]> git.baikalelectronics.ru Git - kernel.git/commit
quota: Add callbacks for allocating and destroying dquot structures
authorJan Kara <jack@suse.cz>
Tue, 19 Aug 2008 12:51:22 +0000 (14:51 +0200)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:36:55 +0000 (08:36 -0800)
commit80fb922121a3c8b2cb668247a16cb3fe5c80bddc
tree594e978641d31e05e170a56ec68f8c65b37bb649
parentec58f07fa211d8eec8912a155365be9521981fbc
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>
fs/dquot.c
include/linux/quota.h