diff options
| -rw-r--r-- | fs/ext4/mballoc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 8b24d3d42cb3..e29fce2fbf25 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c | |||
| @@ -3801,7 +3801,6 @@ ext4_mb_release_inode_pa(struct ext4_buddy *e4b, struct buffer_head *bitmap_bh, | |||
| 3801 | ext4_group_t group; | 3801 | ext4_group_t group; |
| 3802 | ext4_grpblk_t bit; | 3802 | ext4_grpblk_t bit; |
| 3803 | unsigned long long grp_blk_start; | 3803 | unsigned long long grp_blk_start; |
| 3804 | int err = 0; | ||
| 3805 | int free = 0; | 3804 | int free = 0; |
| 3806 | 3805 | ||
| 3807 | BUG_ON(pa->pa_deleted == 0); | 3806 | BUG_ON(pa->pa_deleted == 0); |
| @@ -3842,7 +3841,7 @@ ext4_mb_release_inode_pa(struct ext4_buddy *e4b, struct buffer_head *bitmap_bh, | |||
| 3842 | } | 3841 | } |
| 3843 | atomic_add(free, &sbi->s_mb_discarded); | 3842 | atomic_add(free, &sbi->s_mb_discarded); |
| 3844 | 3843 | ||
| 3845 | return err; | 3844 | return 0; |
| 3846 | } | 3845 | } |
| 3847 | 3846 | ||
| 3848 | static noinline_for_stack int | 3847 | static noinline_for_stack int |
