diff options
Diffstat (limited to 'fs/ocfs2/alloc.c')
-rw-r--r-- | fs/ocfs2/alloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ocfs2/alloc.c b/fs/ocfs2/alloc.c index addd7c5f2d3e..ab5105f9767e 100644 --- a/fs/ocfs2/alloc.c +++ b/fs/ocfs2/alloc.c | |||
@@ -3585,8 +3585,6 @@ static int ocfs2_merge_rec_left(struct ocfs2_path *right_path, | |||
3585 | * The easy case - we can just plop the record right in. | 3585 | * The easy case - we can just plop the record right in. |
3586 | */ | 3586 | */ |
3587 | *left_rec = *split_rec; | 3587 | *left_rec = *split_rec; |
3588 | |||
3589 | has_empty_extent = 0; | ||
3590 | } else | 3588 | } else |
3591 | le16_add_cpu(&left_rec->e_leaf_clusters, split_clusters); | 3589 | le16_add_cpu(&left_rec->e_leaf_clusters, split_clusters); |
3592 | 3590 | ||