]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ocfs2: cleanup ocfs2_iget() errors
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 4 Jan 2007 01:06:59 +0000 (17:06 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 22 Jan 2007 00:19:12 +0000 (16:19 -0800)
commit6a1bd4a5788435b6ef1664383604b43607eb825a
tree36f7bdb8075a4193b903de8f71b17512e7b690df
parent592282cf2eaa33409c6511ddd3f3ecaa57daeaaa
ocfs2: cleanup ocfs2_iget() errors

Get rid of some error prints in the ocfs2_iget() path from
ocfs2_get_dentry(). NFSD can easily cause us to read stale inodes.

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