diff --git a/[refs] b/[refs] index 057a9c79addc..9f4905e2bde3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d9056ba20ebed6e3937a2e23183f6117919cb00 +refs/heads/master: 4103003b3abb85af9dec9e60616ae086c2bcb4c9 diff --git a/trunk/fs/reiserfs/super.c b/trunk/fs/reiserfs/super.c index a9b393a5815d..c55651f1407c 100644 --- a/trunk/fs/reiserfs/super.c +++ b/trunk/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 = {