From: Christoph Hellwig Date: Wed, 3 Dec 2008 11:20:31 +0000 (+0100) Subject: cleanup xfs_sb.h feature flag helpers X-Git-Tag: v2.6.29-rc1~552^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5efcbb853bc2f051d720a191268f8dd901fea9c2;p=pandora-kernel.git cleanup xfs_sb.h feature flag helpers The various inlines in xfs_sb.h that deal with the superblock version and fature flags were converted from macros a while ago, and this show by the odd coding style full of useless braces and backslashes and the avoidance of conditionals. Clean these up to look like normal C code. Signed-off-by: Christoph Hellwig Reviewed-by: Donald Douwsma Signed-off-by: Niv Sardi --- Reading git-diff-tree failed