Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114402
b: refs/heads/master
c: 06b240d
h: refs/heads/master
v: v3
  • Loading branch information
Tao Ma authored and Mark Fasheh committed Oct 14, 2008
1 parent 0496d47 commit ac281e9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: b0f73cfc36ed62decdd3f78e943bbfd00ee80e49
refs/heads/master: 06b240d8af21ddee4cfec3b0f02b81d9f168a98a
4 changes: 3 additions & 1 deletion trunk/fs/ocfs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -4003,8 +4003,10 @@ static void ocfs2_xattr_set_entry_normal(struct inode *inode,
else if (name_hash <
le32_to_cpu(tmp_xe->xe_name_hash))
high = tmp - 1;
else
else {
low = tmp;
break;
}
}

xe = &xh->xh_entries[low];
Expand Down

0 comments on commit ac281e9

Please sign in to comment.