Take dirtying the inode to callers of ext2_free_blocks()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2010-07-22 01:19:42 +04:00
parent 3889717d28
commit addacc7d6f
3 changed files with 7 additions and 3 deletions

View File

@ -572,7 +572,6 @@ error_return:
brelse(bitmap_bh);
release_blocks(sb, freed);
dquot_free_block_nodirty(inode, freed);
mark_inode_dirty(inode);
}
/**