1
0
Fork 0

ocfs2: don't print error in ocfs2_permission()

Errors from generic_permission() can happen in valid cases and shouldn't be
reported.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
wifi-calibration
Mark Fasheh 2006-12-14 15:29:25 -08:00
parent 3bf8ba38f3
commit 0333394bff
1 changed files with 0 additions and 2 deletions

View File

@ -966,8 +966,6 @@ int ocfs2_permission(struct inode *inode, int mask, struct nameidata *nd)
}
ret = generic_permission(inode, mask, NULL);
if (ret)
mlog_errno(ret);
ocfs2_meta_unlock(inode, 0);
out: