]> Pileus Git - ~andy/linux/commit
cleanup xfs_sb.h feature flag helpers
authorChristoph Hellwig <hch@lst.de>
Wed, 3 Dec 2008 11:20:31 +0000 (12:20 +0100)
committerNiv Sardi <xaiki@sgi.com>
Thu, 4 Dec 2008 04:39:22 +0000 (15:39 +1100)
commit5efcbb853bc2f051d720a191268f8dd901fea9c2
treeba744360e303517ccf21d568c03625941d16d9bf
parentdf6771bde14551eceeacf331666a92735e0773ac
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 <hch@lst.de>
Reviewed-by: Donald Douwsma <donaldd@sgi.com>
Signed-off-by: Niv Sardi <xaiki@sgi.com>
fs/xfs/xfs_sb.h