> To stay more in sync with the actual code, it should be:
>
> return lookup_dentry(tmp, follow) - works, tested.
No, it shouldn't. I've switched the ->follow_link() handling of that stuff
to vfs_follow_link() everywhere _precisely_ to avoid exporting
lookup_dentry() left, right and center. And BTW, there's no 'follow'
anymore.
BTW, while you are at it - switch the ->readlink() there, OK? Check how
it's done e.g. in fs/ext2/symlink.c.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/