commit | a731d12d6ddd1e703770cacb5dfecb155b03ee06 | [log] [tgz] |
---|---|---|
author | Joel Becker <Joel.Becker@oracle.com> | Mon Apr 06 16:43:42 2009 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 09 10:49:40 2009 -0400 |
tree | 601a1cef230bf0ad6c5969568f2ba3ef8a128333 | |
parent | 265e771e8197cdb22a1e2556663173fb62c9cd91 [diff] |
ocfs2: Use nd_set_link(). ocfs2 was hand-calling vfs_follow_link(), but there's no point to that. Let's use page_follow_link_light() and nd_set_link(). Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>