commit | 74f783af95c982aef6d3a1415275650dcf511666 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Aug 19 14:51:22 2008 +0200 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:36:55 2009 -0800 |
tree | 594e978641d31e05e170a56ec68f8c65b37bb649 | |
parent | 9f868f16e40e9ad8e39aebff94a4be0d96520734 [diff] |
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 <jack@suse.cz> Signed-off-by: Mark Fasheh <mfasheh@suse.com>