|
@@ -4640,8 +4640,6 @@ do_more:
|
|
* with group lock held. generate_buddy look at
|
|
* with group lock held. generate_buddy look at
|
|
* them with group lock_held
|
|
* them with group lock_held
|
|
*/
|
|
*/
|
|
- if (test_opt(sb, DISCARD))
|
|
|
|
- ext4_issue_discard(sb, block_group, bit, count);
|
|
|
|
ext4_lock_group(sb, block_group);
|
|
ext4_lock_group(sb, block_group);
|
|
mb_clear_bits(bitmap_bh->b_data, bit, count);
|
|
mb_clear_bits(bitmap_bh->b_data, bit, count);
|
|
mb_free_blocks(inode, &e4b, bit, count);
|
|
mb_free_blocks(inode, &e4b, bit, count);
|