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)
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>

No differences found