xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquota
authorChristoph Hellwig <hch@infradead.org>
Mon, 20 Feb 2012 02:28:16 +0000 (02:28 +0000)
committerBen Myers <bpm@sgi.com>
Wed, 29 Feb 2012 17:57:36 +0000 (11:57 -0600)
commit18535a7e019e6fb9cdcefd43007bc72a67bf99ee
tree4ba178dbe89f1af932f1b447981490216448d08f
parentad637a10f444fc66b1f6d4a28fe30d4c61ed0161
xfs: merge xfs_qm_export_dquot into xfs_qm_scall_getquota

The is no good reason to have these two separate, and for the next change
we would need the full struct xfs_dquot in xfs_qm_export_dquot, so better
just fold the code now instead of changing it spuriously.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_qm_syscalls.c