diff options
Diffstat (limited to 'fs/xfs/xfs_qm.h')
-rw-r--r-- | fs/xfs/xfs_qm.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, | |||
160 | struct fs_disk_quota *); | 160 | struct fs_disk_quota *); |
161 | extern int xfs_qm_scall_getqstat(struct xfs_mount *, | 161 | extern int xfs_qm_scall_getqstat(struct xfs_mount *, |
162 | struct fs_quota_stat *); | 162 | struct fs_quota_stat *); |
163 | extern int xfs_qm_scall_getqstatv(struct xfs_mount *, | ||
164 | struct fs_quota_statv *); | ||
163 | extern int xfs_qm_scall_quotaon(struct xfs_mount *, uint); | 165 | extern int xfs_qm_scall_quotaon(struct xfs_mount *, uint); |
164 | extern int xfs_qm_scall_quotaoff(struct xfs_mount *, uint); | 166 | extern int xfs_qm_scall_quotaoff(struct xfs_mount *, uint); |
165 | 167 | ||