diff options
Diffstat (limited to 'fs/xfs/xfs_dquot.h')
-rw-r--r-- | fs/xfs/xfs_dquot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_dquot.h b/fs/xfs/xfs_dquot.h index c694a8469c4a..f77b711455b1 100644 --- a/fs/xfs/xfs_dquot.h +++ b/fs/xfs/xfs_dquot.h | |||
@@ -145,8 +145,8 @@ extern int xfs_qm_dqflush(struct xfs_dquot *, struct xfs_buf **); | |||
145 | extern void xfs_qm_dqunpin_wait(xfs_dquot_t *); | 145 | extern void xfs_qm_dqunpin_wait(xfs_dquot_t *); |
146 | extern void xfs_qm_adjust_dqtimers(xfs_mount_t *, | 146 | extern void xfs_qm_adjust_dqtimers(xfs_mount_t *, |
147 | xfs_disk_dquot_t *); | 147 | xfs_disk_dquot_t *); |
148 | extern void xfs_qm_adjust_dqlimits(xfs_mount_t *, | 148 | extern void xfs_qm_adjust_dqlimits(struct xfs_mount *, |
149 | xfs_disk_dquot_t *); | 149 | struct xfs_dquot *); |
150 | extern int xfs_qm_dqget(xfs_mount_t *, xfs_inode_t *, | 150 | extern int xfs_qm_dqget(xfs_mount_t *, xfs_inode_t *, |
151 | xfs_dqid_t, uint, uint, xfs_dquot_t **); | 151 | xfs_dqid_t, uint, uint, xfs_dquot_t **); |
152 | extern void xfs_qm_dqput(xfs_dquot_t *); | 152 | extern void xfs_qm_dqput(xfs_dquot_t *); |