commit | 0333394bff439c3fb09264303de42e7038b3e709 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Thu Dec 14 15:29:25 2006 -0800 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Thu Dec 28 16:37:20 2006 -0800 |
tree | c42710ccdbfa6e218fdf1bd880471682b2ed19d3 | |
parent | 3bf8ba38f38d3647368e4edcf7d019f9f8d9184a [diff] |
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>
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 9fd590b..a50447d 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c
@@ -966,8 +966,6 @@ } ret = generic_permission(inode, mask, NULL); - if (ret) - mlog_errno(ret); ocfs2_meta_unlock(inode, 0); out: