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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c
index 385f3aaa2448..90c830e3758e 100644
--- a/fs/ocfs2/xattr.c
+++ b/fs/ocfs2/xattr.c
@@ -3825,7 +3825,6 @@ static int ocfs2_xattr_bucket_find(struct inode *inode,
3825 u16 blk_per_bucket = ocfs2_blocks_per_xattr_bucket(inode->i_sb); 3825 u16 blk_per_bucket = ocfs2_blocks_per_xattr_bucket(inode->i_sb);
3826 int low_bucket = 0, bucket, high_bucket; 3826 int low_bucket = 0, bucket, high_bucket;
3827 struct ocfs2_xattr_bucket *search; 3827 struct ocfs2_xattr_bucket *search;
3828 u32 last_hash;
3829 u64 blkno, lower_blkno = 0; 3828 u64 blkno, lower_blkno = 0;
3830 3829
3831 search = ocfs2_xattr_bucket_new(inode); 3830 search = ocfs2_xattr_bucket_new(inode);
@@ -3869,8 +3868,6 @@ static int ocfs2_xattr_bucket_find(struct inode *inode,
3869 if (xh->xh_count) 3868 if (xh->xh_count)
3870 xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1]; 3869 xe = &xh->xh_entries[le16_to_cpu(xh->xh_count) - 1];
3871 3870
3872 last_hash = le32_to_cpu(xe->xe_name_hash);
3873
3874 /* record lower_blkno which may be the insert place. */ 3871 /* record lower_blkno which may be the insert place. */
3875 lower_blkno = blkno; 3872 lower_blkno = blkno;
3876 3873