From: Mark Fasheh Date: Thu, 29 Jan 2009 23:06:21 +0000 (-0800) Subject: ocfs2: add quota call to ocfs2_remove_btree_range() X-Git-Tag: v2.6.29-rc4~62^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd4ef231962ab44fd1004e87f9d7c6809f00cd64;p=pandora-kernel.git ocfs2: add quota call to ocfs2_remove_btree_range() 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 Acked-by: Jan Kara --- Reading git-diff-tree failed