Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212803
b: refs/heads/master
c: 2decd65
h: refs/heads/master
i:
  212801: 51a3b19
  212799: bf25631
v: v3
  • Loading branch information
Jeff Liu authored and Joel Becker committed Oct 15, 2010
1 parent 6d6b3ab commit af11c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc3718918f13ad72827d62d36ea0f5fb55090644
refs/heads/master: 2decd65a2630633cee04d0b83fdcee46ad2989a1
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -7081,7 +7081,7 @@ static int ocfs2_reflink_xattr_in_block(struct ocfs2_xattr_reflink *args,
goto out;
}

if (!(le16_to_cpu(xb->xb_flags) & OCFS2_XATTR_INDEXED))
if (!indexed)
ret = ocfs2_reflink_xattr_block(args, blk_bh, new_blk_bh);
else
ret = ocfs2_reflink_xattr_tree(args, blk_bh, new_blk_bh);
Expand Down

0 comments on commit af11c7d

Please sign in to comment.