diff options
Diffstat (limited to 'fs/xfs/xfs_dquot.h')
-rw-r--r-- | fs/xfs/xfs_dquot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dquot.h b/fs/xfs/xfs_dquot.h index a08ba92d7da0..5438d883b628 100644 --- a/fs/xfs/xfs_dquot.h +++ b/fs/xfs/xfs_dquot.h | |||
@@ -140,7 +140,7 @@ static inline xfs_dquot_t *xfs_inode_dquot(struct xfs_inode *ip, int type) | |||
140 | 140 | ||
141 | extern int xfs_qm_dqread(struct xfs_mount *, xfs_dqid_t, uint, | 141 | extern int xfs_qm_dqread(struct xfs_mount *, xfs_dqid_t, uint, |
142 | uint, struct xfs_dquot **); | 142 | uint, struct xfs_dquot **); |
143 | extern void xfs_dquot_read_verify(struct xfs_buf *bp); | 143 | extern void xfs_dquot_buf_read_verify(struct xfs_buf *bp); |
144 | extern void xfs_qm_dqdestroy(xfs_dquot_t *); | 144 | extern void xfs_qm_dqdestroy(xfs_dquot_t *); |
145 | extern int xfs_qm_dqflush(struct xfs_dquot *, struct xfs_buf **); | 145 | extern int xfs_qm_dqflush(struct xfs_dquot *, struct xfs_buf **); |
146 | extern void xfs_qm_dqunpin_wait(xfs_dquot_t *); | 146 | extern void xfs_qm_dqunpin_wait(xfs_dquot_t *); |