diff options
Diffstat (limited to 'fs/xfs/quota/xfs_qm.h')
-rw-r--r-- | fs/xfs/quota/xfs_qm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_qm.h b/fs/xfs/quota/xfs_qm.h index d48c4dbe1428..5ef08fb7562f 100644 --- a/fs/xfs/quota/xfs_qm.h +++ b/fs/xfs/quota/xfs_qm.h | |||
@@ -189,7 +189,6 @@ extern int xfs_qm_vop_chown_reserve(xfs_trans_t *, xfs_inode_t *, | |||
189 | /* list stuff */ | 189 | /* list stuff */ |
190 | extern void xfs_qm_freelist_append(xfs_frlist_t *, xfs_dquot_t *); | 190 | extern void xfs_qm_freelist_append(xfs_frlist_t *, xfs_dquot_t *); |
191 | extern void xfs_qm_freelist_unlink(xfs_dquot_t *); | 191 | extern void xfs_qm_freelist_unlink(xfs_dquot_t *); |
192 | extern int xfs_qm_freelist_lock_nowait(xfs_qm_t *); | ||
193 | 192 | ||
194 | /* system call interface */ | 193 | /* system call interface */ |
195 | extern int xfs_qm_quotactl(struct xfs_mount *, int, int, | 194 | extern int xfs_qm_quotactl(struct xfs_mount *, int, int, |