aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDave Chinner <[email protected]>2016-03-07 09:29:25 +1100
committerDave Chinner <[email protected]>2016-03-07 09:29:25 +1100
commit1b186d25b0dca16671fe9c2c86330a609cf55802 (patch)
tree8381bc9a50f556410f8390e5826c7a1cf4754259 /include/linux
parentc53473be45afbbba215fda75bedbb089272e45e0 (diff)
parentbe6079461abf796e29d02b450a16908f4bf58f6c (diff)
Merge branch 'xfs-get-next-dquot-4.6' into for-next
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/quota.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h
index b2505acfd3c0..fba92f5c1a63 100644
--- a/include/linux/quota.h
+++ b/include/linux/quota.h
@@ -425,6 +425,8 @@ struct quotactl_ops {
int (*quota_sync)(struct super_block *, int);
int (*set_info)(struct super_block *, int, struct qc_info *);
int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
+ int (*get_nextdqblk)(struct super_block *, struct kqid *,
+ struct qc_dqblk *);
int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
int (*get_state)(struct super_block *, struct qc_state *);
int (*rm_xquota)(struct super_block *, unsigned int);