xfs: fix the xfs_trans_committed
authorChristoph Hellwig <hch@infradead.org>
Wed, 6 Oct 2010 18:41:13 +0000 (18:41 +0000)
committerAlex Elder <aelder@sgi.com>
Mon, 18 Oct 2010 20:08:02 +0000 (15:08 -0500)
commit4957a449a1bce2f5095f57f84114dc038a8f08d5
treef0998e5e512126cd231bb0ff1967e15511a899a8
parentdfe188d4283752086d48380cde40d9801c318667
xfs: fix the xfs_trans_committed

Use the correct prototype for xfs_trans_committed instead of casting it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_trans.c