xfs: XFS_TRANS_SWAPEXT is not a valid flag for xfs_trans_commit
authorChristoph Hellwig <hch@infradead.org>
Mon, 26 Sep 2011 09:14:34 +0000 (09:14 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 12 Oct 2011 02:15:08 +0000 (21:15 -0500)
XFS_TRANS_SWAPEXT is a transaction type, not a flag for xfs_trans_commit, so
don't pass it in xfs_swap_extents.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>

No differences found