commit | b262e5dfd9ddd2f6d0ef3fa53eb88690f22134a5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Sun Feb 14 22:01:45 2010 +0000 |
committer | Alex Elder <aelder@sgi.com> | Mon Mar 01 16:34:11 2010 -0600 |
tree | 5e698eb189760ca5068d062d2004e5e3b4cf3e86 | |
parent | a9cc799eca0c798ab5dd8648564fc2025bdd9bd2 [diff] |
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>