ocfs2: Don't print errors when following symlinks
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 4 Jan 2007 01:25:40 +0000 (17:25 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 22 Jan 2007 00:18:14 +0000 (16:18 -0800)
commit72bce5078d124a8b13fb167aea028b6e8d91873e
tree619f89df1e0f12db3acf0c60d244ea2464731bb0
parenta8b3485287731978899ced11f24628c927890e78
ocfs2: Don't print errors when following symlinks

We shouldn't print errors returned from vfs_follow_link(). This was causing
spurious errors to show up in the logs.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/symlink.c