aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/xattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/xattr.c')
-rw-r--r--fs/ocfs2/xattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c
index 0ba9ea1e7961..2e3ea308c144 100644
--- a/fs/ocfs2/xattr.c
+++ b/fs/ocfs2/xattr.c
@@ -7189,7 +7189,7 @@ int ocfs2_init_security_and_acl(struct inode *dir,
7189 struct buffer_head *dir_bh = NULL; 7189 struct buffer_head *dir_bh = NULL;
7190 7190
7191 ret = ocfs2_init_security_get(inode, dir, qstr, NULL); 7191 ret = ocfs2_init_security_get(inode, dir, qstr, NULL);
7192 if (!ret) { 7192 if (ret) {
7193 mlog_errno(ret); 7193 mlog_errno(ret);
7194 goto leave; 7194 goto leave;
7195 } 7195 }