diff options
-rw-r--r-- | fs/ext4/mballoc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.c b/fs/ext4/mballoc.c index 76e5fedc0a0b..06d1f5292d3a 100644 --- a/fs/ext4/mballoc.c +++ b/fs/ext4/mballoc.c | |||
@@ -3069,7 +3069,7 @@ static int ext4_mb_mark_diskspace_used(struct ext4_allocation_context *ac, | |||
3069 | 3069 | ||
3070 | out_err: | 3070 | out_err: |
3071 | sb->s_dirt = 1; | 3071 | sb->s_dirt = 1; |
3072 | put_bh(bitmap_bh); | 3072 | brelse(bitmap_bh); |
3073 | return err; | 3073 | return err; |
3074 | } | 3074 | } |
3075 | 3075 | ||