#502051 e2fslibs: Please add a function equivalent to readlink(2)

#502051#5
Date:
2008-10-13 05:39:43 UTC
From:
To:
AFAICS, there is no function to read a link in libext2fs. There are functions
to get the corresponding inode following links, but not the link content
itself. While it's not very difficult, it would be better not to have to do
it by hand when you need to read links.

Mike