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)
commit807cbbdb438d172b87b380eebc1f1c1a5a3549b2
tree633d0d170c987800ddcdbe94aa91f65f8ee5686e
parent64c86149410bc62d9ac27a0594b3402a2aca03d8
xfs: do not use emums for flags used in tracing

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>
fs/xfs/linux-2.6/xfs_buf.h
fs/xfs/xfs_alloc.h
fs/xfs/xfs_iomap.h