diff options
author | Dave Chinner <dchinner@redhat.com> | 2013-10-15 02:17:52 +0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-10-23 23:28:35 +0400 |
commit | 9aede1d81b12a95771db0e2f9196dd37e10aaf20 (patch) | |
tree | 380d499202c6d3f5874cff2c32693db8d4d2af81 /fs/xfs/xfs_quota.h | |
parent | 5706278758e334bf6a15f57c18dc16df19c83957 (diff) | |
download | linux-9aede1d81b12a95771db0e2f9196dd37e10aaf20.tar.xz |
xfs: split dquot buffer operations out
Parts of userspace want to be able to read and modify dquot buffers
(e.g. xfs_db) so we need to split out the reading and writing of
these buffers so it is easy to shared code with libxfs in userspace.
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_quota.h')
-rw-r--r-- | fs/xfs/xfs_quota.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_quota.h b/fs/xfs/xfs_quota.h index 84661d4431fa..5376dd406ba2 100644 --- a/fs/xfs/xfs_quota.h +++ b/fs/xfs/xfs_quota.h @@ -150,8 +150,6 @@ static inline int xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, xfs_trans_reserve_quota_bydquots(tp, mp, ud, gd, pd, nb, ni, \ f | XFS_QMOPT_RES_REGBLKS) -extern int xfs_qm_dqcheck(struct xfs_mount *, xfs_disk_dquot_t *, - xfs_dqid_t, uint, uint, char *); extern int xfs_mount_reset_sbqflags(struct xfs_mount *); #endif /* __XFS_QUOTA_H__ */ |