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)
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

Simple merge