From 5d5e3d57605e77708685e8d20a40fe86891db299 Mon Sep 17 00:00:00 2001 From: Chandra Seetharaman Date: Tue, 6 Aug 2013 17:27:08 -0500 Subject: xfs: Add support for the Q_XGETQSTATV For XFS, add support for Q_XGETQSTATV quotactl command. Signed-off-by: Chandra Seetharaman Reviewed-by: Rich Johnston Signed-off-by: Ben Myers --- fs/xfs/xfs_qm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fs/xfs/xfs_qm.h') diff --git a/fs/xfs/xfs_qm.h b/fs/xfs/xfs_qm.h index 579d6a02a5b6..670cd4464070 100644 --- a/fs/xfs/xfs_qm.h +++ b/fs/xfs/xfs_qm.h @@ -160,6 +160,8 @@ extern int xfs_qm_scall_setqlim(struct xfs_mount *, xfs_dqid_t, uint, struct fs_disk_quota *); 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); -- cgit v1.2.3