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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c
index b2e25a828e38..b1f2a164e7dc 100644
--- a/fs/ocfs2/xattr.c
+++ b/fs/ocfs2/xattr.c
@@ -4003,8 +4003,10 @@ static void ocfs2_xattr_set_entry_normal(struct inode *inode,
4003 else if (name_hash < 4003 else if (name_hash <
4004 le32_to_cpu(tmp_xe->xe_name_hash)) 4004 le32_to_cpu(tmp_xe->xe_name_hash))
4005 high = tmp - 1; 4005 high = tmp - 1;
4006 else 4006 else {
4007 low = tmp;
4007 break; 4008 break;
4009 }
4008 } 4010 }
4009 4011
4010 xe = &xh->xh_entries[low]; 4012 xe = &xh->xh_entries[low];