xfs: do not use emums for flags used in tracing
authorChristoph Hellwig <hch@infradead.org>
Thu, 24 Jun 2010 01:49:12 +0000 (11:49 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 26 Jul 2010 18:16:43 +0000 (13:16 -0500)
The tracing code can't print flags defined as enums.  Most flags that
we want to print are defines as macros already, but move the few remaining
ones over to make the trace output more useful.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>

No differences found