]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ext3: Add default allocation routines for quota structures
authorJan Kara <jack@suse.cz>
Tue, 25 Nov 2008 14:31:34 +0000 (15:31 +0100)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:25 +0000 (08:40 -0800)
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ext3/super.c

index 250ec53195cb8b3f05ffec3ca1fe948a07718ce2..c22d01467bd18bf3b3d8f2c69508c53c6b38d07e 100644 (file)
@@ -713,7 +713,9 @@ static struct dquot_operations ext3_quota_operations = {
        .acquire_dquot  = ext3_acquire_dquot,
        .release_dquot  = ext3_release_dquot,
        .mark_dirty     = ext3_mark_dquot_dirty,
-       .write_info     = ext3_write_info
+       .write_info     = ext3_write_info,
+       .alloc_dquot    = dquot_alloc,
+       .destroy_dquot  = dquot_destroy,
 };
 
 static struct quotactl_ops ext3_qctl_operations = {