ocfs2: filter more error prints
authorMark Fasheh <mark.fasheh@oracle.com>
Thu, 26 Apr 2007 18:43:43 +0000 (11:43 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Thu, 26 Apr 2007 20:39:08 +0000 (13:39 -0700)
commita9f5f70739363ccca2e771c274c4f015c5fb7a88
tree243c6d9f7ba7151b6a7afc65a53682d0c5eb6b9a
parentbebe6f120b036349f7212205eeaf8248d4820c4b
ocfs2: filter more error prints

We don't want to print anything at all in ocfs2_lookup() when getting an
error from ocfs2_iget() - it could be something as innocuous as a signal
being detected in the dlm.

ocfs2_permission() should filter on -ENOENT which ocfs2_meta_lock() can
return if the inode was deleted on another node.

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