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

No differences found