diff options
Diffstat (limited to 'fs/xfs/xfs_qm.h')
-rw-r--r-- | fs/xfs/xfs_qm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_qm.h b/fs/xfs/xfs_qm.h index 2b602df9c242..a788b66a5cb1 100644 --- a/fs/xfs/xfs_qm.h +++ b/fs/xfs/xfs_qm.h | |||
@@ -103,8 +103,6 @@ xfs_dq_to_quota_inode(struct xfs_dquot *dqp) | |||
103 | return NULL; | 103 | return NULL; |
104 | } | 104 | } |
105 | 105 | ||
106 | extern int xfs_qm_calc_dquots_per_chunk(struct xfs_mount *mp, | ||
107 | unsigned int nbblks); | ||
108 | extern void xfs_trans_mod_dquot(struct xfs_trans *, | 106 | extern void xfs_trans_mod_dquot(struct xfs_trans *, |
109 | struct xfs_dquot *, uint, long); | 107 | struct xfs_dquot *, uint, long); |
110 | extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *, | 108 | extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *, |