ocfs2: Use nd_set_link().
authorJoel Becker <Joel.Becker@oracle.com>
Mon, 6 Apr 2009 23:43:42 +0000 (16:43 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 9 May 2009 14:49:40 +0000 (10:49 -0400)
commita731d12d6ddd1e703770cacb5dfecb155b03ee06
tree601a1cef230bf0ad6c5969568f2ba3ef8a128333
parent265e771e8197cdb22a1e2556663173fb62c9cd91
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>
fs/ocfs2/symlink.c