diff options
Diffstat (limited to 'fs/ocfs2/file.c')
-rw-r--r-- | fs/ocfs2/file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index f2cd3bf9efb2..25e36fbd7bc3 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c | |||
@@ -972,7 +972,8 @@ int ocfs2_permission(struct inode *inode, int mask, struct nameidata *nd) | |||
972 | 972 | ||
973 | ret = ocfs2_meta_lock(inode, NULL, 0); | 973 | ret = ocfs2_meta_lock(inode, NULL, 0); |
974 | if (ret) { | 974 | if (ret) { |
975 | mlog_errno(ret); | 975 | if (ret != -ENOENT) |
976 | mlog_errno(ret); | ||
976 | goto out; | 977 | goto out; |
977 | } | 978 | } |
978 | 979 | ||