summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2008-11-25 14:31:33 (GMT)
committerMark Fasheh <mfasheh@suse.com>2009-01-05 16:40:25 (GMT)
commit4103003b3abb85af9dec9e60616ae086c2bcb4c9 (patch)
treee629583c71a5774d149cdd545a3530ab621b9d26 /fs
parent7d9056ba20ebed6e3937a2e23183f6117919cb00 (diff)
downloadlinux-fsl-qoriq-4103003b3abb85af9dec9e60616ae086c2bcb4c9.tar.xz
reiserfs: Add default allocation routines for quota structures
Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/reiserfs/super.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c
index a9b393a..c55651f 100644
--- a/fs/reiserfs/super.c
+++ b/fs/reiserfs/super.c
@@ -649,6 +649,8 @@ static struct dquot_operations reiserfs_quota_operations = {
.release_dquot = reiserfs_release_dquot,
.mark_dirty = reiserfs_mark_dquot_dirty,
.write_info = reiserfs_write_info,
+ .alloc_dquot = dquot_alloc,
+ .destroy_dquot = dquot_destroy,
};
static struct quotactl_ops reiserfs_qctl_operations = {