X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Focfs2%2Falloc.c;h=ce62c152823dd2df71b1d504cc598a1983409d5d;hb=99fee6d7e5748d96884667a4628118f7fc130ea0;hp=4ba7f0bdc248e0ff4656b3a5a9bd56851233636f;hpb=f4921aff5b174349bc36551f142a5dbac782ea3f;p=~andy%2Flinux diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c index 4ba7f0bdc24..ce62c152823 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c @@ -3946,7 +3946,7 @@ static int __ocfs2_mark_extent_written(struct inode *inode, struct ocfs2_merge_ctxt ctxt; struct ocfs2_extent_list *rightmost_el; - if (!rec->e_flags & OCFS2_EXT_UNWRITTEN) { + if (!(rec->e_flags & OCFS2_EXT_UNWRITTEN)) { ret = -EIO; mlog_errno(ret); goto out;