From: Christoph Hellwig Date: Wed, 3 Mar 2010 14:05:04 +0000 (-0500) Subject: dquot: move dquot drop responsibility into the filesystem X-Git-Tag: v2.6.34-rc1~192^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257ba15cedf1288f0c96118d7e63947231d27278;p=pandora-kernel.git dquot: move dquot drop responsibility into the filesystem Currently clear_inode calls vfs_dq_drop directly. This means we tie the quota code into the VFS. Get rid of that and make the filesystem responsible for the drop inside the ->clear_inode superblock operation. Signed-off-by: Christoph Hellwig Signed-off-by: Jan Kara --- Reading git-diff-tree failed