ocfs2: add quota call to ocfs2_remove_btree_range()
authorMark Fasheh <mfasheh@suse.com>
Thu, 29 Jan 2009 23:06:21 +0000 (15:06 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 2 Feb 2009 22:20:20 +0000 (14:20 -0800)
We weren't reclaiming the clusters which get free'd from this function,
so any user punching holes in a file would still have those bytes accounted
against him/her. Add the call to vfs_dq_free_space_nodirty() to fix this.
Interestingly enough, the journal credits calculation already took this into
account.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Acked-by: Jan Kara <jack@suse.cz>

No differences found