From: Jan Kara Date: Tue, 19 Aug 2008 12:51:22 +0000 (+0200) Subject: quota: Add callbacks for allocating and destroying dquot structures X-Git-Tag: v2.6.29-rc1~505^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74f783af95c982aef6d3a1415275650dcf511666;p=pandora-kernel.git quota: Add callbacks for allocating and destroying dquot structures Some filesystems would like to keep private information together with each dquot. Add callbacks alloc_dquot and destroy_dquot allowing filesystem to allocate larger dquots from their private slab in a similar fashion we currently allocate inodes. Signed-off-by: Jan Kara Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed