commit | 807cbbdb438d172b87b380eebc1f1c1a5a3549b2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu Jun 24 11:49:12 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon Jul 26 13:16:43 2010 -0500 |
tree | 633d0d170c987800ddcdbe94aa91f65f8ee5686e | |
parent | 64c86149410bc62d9ac27a0594b3402a2aca03d8 [diff] |
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>