diff options
author | Dave Chinner <dchinner@redhat.com> | 2013-10-15 09:17:52 +1100 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-10-23 14:28:35 -0500 |
commit | 9aede1d81b12a95771db0e2f9196dd37e10aaf20 (patch) | |
tree | 380d499202c6d3f5874cff2c32693db8d4d2af81 /fs/xfs/xfs_qm.h | |
parent | 5706278758e334bf6a15f57c18dc16df19c83957 (diff) | |
download | op-kernel-dev-9aede1d81b12a95771db0e2f9196dd37e10aaf20.zip op-kernel-dev-9aede1d81b12a95771db0e2f9196dd37e10aaf20.tar.gz |
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_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 2b602df..a788b66 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) return NULL; } -extern int xfs_qm_calc_dquots_per_chunk(struct xfs_mount *mp, - unsigned int nbblks); extern void xfs_trans_mod_dquot(struct xfs_trans *, struct xfs_dquot *, uint, long); extern int xfs_trans_reserve_quota_bydquots(struct xfs_trans *, |