diff options
author | Jan Kara <jack@suse.cz> | 2014-11-19 10:44:58 -0500 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2015-03-04 10:06:37 -0500 |
commit | 59b6ba699043e0f55d4057cf2ae79d9c1171bc58 (patch) | |
tree | 62027477e70d0293ebd2f07989ef0c353fcde802 /include/linux/quota.h | |
parent | e54b2e2d723f138df35de0bf1f8262da116ca6fa (diff) |
quota: Remove ->get_xstate and ->get_xstatev callbacks
These callbacks are now unused. Remove them.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'include/linux/quota.h')
-rw-r--r-- | include/linux/quota.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h index 6ecac0f3b2ca..a07f2ed25284 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h | |||
@@ -408,8 +408,6 @@ struct quotactl_ops { | |||
408 | int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); | 408 | int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); |
409 | int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); | 409 | int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *); |
410 | int (*get_state)(struct super_block *, struct qc_state *); | 410 | int (*get_state)(struct super_block *, struct qc_state *); |
411 | int (*get_xstate)(struct super_block *, struct fs_quota_stat *); | ||
412 | int (*get_xstatev)(struct super_block *, struct fs_quota_statv *); | ||
413 | int (*rm_xquota)(struct super_block *, unsigned int); | 411 | int (*rm_xquota)(struct super_block *, unsigned int); |
414 | }; | 412 | }; |
415 | 413 | ||