From: Christoph Hellwig Date: Sun, 14 Feb 2010 22:01:45 +0000 (+0000) Subject: xfs: fix dquota trace format X-Git-Tag: v2.6.34-rc1~26^2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b262e5dfd9ddd2f6d0ef3fa53eb88690f22134a5;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed