aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_qm.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2014-11-19 12:03:59 +0100
committerJan Kara <jack@suse.cz>2015-03-04 16:06:36 +0100
commit5d3684c2823bcf14a14bc7117c56c592f27815b9 (patch)
treed5a9e3db82761c6f7b1a0c84ce8f76eb83d0ddd0 /fs/xfs/xfs_qm.h
parentquota: Wire up Q_GETXSTATE and Q_GETXSTATV calls to work with ->get_state (diff)
downloadlinux-dev-5d3684c2823bcf14a14bc7117c56c592f27815b9.tar.xz
linux-dev-5d3684c2823bcf14a14bc7117c56c592f27815b9.zip
xfs: Convert to using ->get_state callback
Convert xfs to use ->get_state callback instead of ->get_xstate and ->get_xstatev. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/xfs/xfs_qm.h')
-rw-r--r--fs/xfs/xfs_qm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_qm.h b/fs/xfs/xfs_qm.h
index 0d4d3590cf85..996a04064894 100644
--- a/fs/xfs/xfs_qm.h
+++ b/fs/xfs/xfs_qm.h
@@ -168,10 +168,6 @@ extern int xfs_qm_scall_getquota(struct xfs_mount *, xfs_dqid_t,
uint, struct qc_dqblk *);
extern int xfs_qm_scall_setqlim(struct xfs_mount *, xfs_dqid_t, uint,
struct qc_dqblk *);
-extern int xfs_qm_scall_getqstat(struct xfs_mount *,
- struct fs_quota_stat *);
-extern int xfs_qm_scall_getqstatv(struct xfs_mount *,
- struct fs_quota_statv *);
extern int xfs_qm_scall_quotaon(struct xfs_mount *, uint);
extern int xfs_qm_scall_quotaoff(struct xfs_mount *, uint);