From: Mark Fasheh Date: Thu, 26 Apr 2007 18:43:43 +0000 (-0700) Subject: ocfs2: filter more error prints X-Git-Tag: v2.6.22-rc1~1124^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9f5f70739363ccca2e771c274c4f015c5fb7a88;p=pandora-kernel.git 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 --- Reading git-diff-tree failed