From: Christoph Hellwig Date: Thu, 24 Jun 2010 01:49:12 +0000 (+1000) Subject: xfs: do not use emums for flags used in tracing X-Git-Tag: v2.6.36-rc1~589^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807cbbdb438d172b87b380eebc1f1c1a5a3549b2;p=pandora-kernel.git 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 Reviewed-by: Dave Chinner --- Reading git-diff-tree failed