aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/super.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2016-01-25 19:24:50 +0100
committerJan Kara <jack@suse.cz>2016-02-09 13:05:23 +0100
commitbe6257b251cebd2deb8c76d43e387e28e3f7412d (patch)
tree379bf76bed705eb93e7ab9902ddffd343a383fe4 /fs/reiserfs/super.c
parentudf: Merge linux specific translation into CS0 conversion function (diff)
downloadlinux-dev-be6257b251cebd2deb8c76d43e387e28e3f7412d.tar.xz
linux-dev-be6257b251cebd2deb8c76d43e387e28e3f7412d.zip
quota: Add support for ->get_nextdqblk() for VFS quota
Add infrastructure for supporting get_nextdqblk() callback for VFS quotas. Translate the operation into a callback to appropriate filesystem and consequently to quota format callback. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/reiserfs/super.c')
-rw-r--r--fs/reiserfs/super.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c
index c0306ec8ed7b..b8f2d1e8c645 100644
--- a/fs/reiserfs/super.c
+++ b/fs/reiserfs/super.c
@@ -802,6 +802,7 @@ static const struct dquot_operations reiserfs_quota_operations = {
.write_info = reiserfs_write_info,
.alloc_dquot = dquot_alloc,
.destroy_dquot = dquot_destroy,
+ .get_next_id = dquot_get_next_id,
};
static const struct quotactl_ops reiserfs_qctl_operations = {