| Submitter | Luis Henriques |
|---|---|
| Date | March 14, 2013, 10:35 a.m. |
| Message ID | <1363257381-15900-22-git-send-email-luis.henriques@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/227636/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index 0ba9ea1..2e3ea30 100644 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c @@ -7189,7 +7189,7 @@ int ocfs2_init_security_and_acl(struct inode *dir, struct buffer_head *dir_bh = NULL; ret = ocfs2_init_security_get(inode, dir, qstr, NULL); - if (!ret) { + if (ret) { mlog_errno(ret); goto leave; }