xfs: fix dquota trace format
authorChristoph Hellwig <hch@infradead.org>
Sun, 14 Feb 2010 22:01:45 +0000 (22:01 +0000)
committerAlex Elder <aelder@sgi.com>
Mon, 1 Mar 2010 22:34:11 +0000 (16:34 -0600)
commitb262e5dfd9ddd2f6d0ef3fa53eb88690f22134a5
tree5e698eb189760ca5068d062d2004e5e3b4cf3e86
parenta9cc799eca0c798ab5dd8648564fc2025bdd9bd2
xfs: fix dquota trace format

The be32_to_cpu in the TP_printk output breaks automatic parsing of
the trace format by the trace-cmd tools, so we have to move it into
the TP_assign block.  While we're at it also fix the format for the
quota limits to more regular and easier parseable.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_trace.h