commit | 5efcbb853bc2f051d720a191268f8dd901fea9c2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Dec 03 12:20:31 2008 +0100 |
committer | Niv Sardi <xaiki@sgi.com> | Thu Dec 04 15:39:22 2008 +1100 |
tree | ba744360e303517ccf21d568c03625941d16d9bf | |
parent | df6771bde14551eceeacf331666a92735e0773ac [diff] |
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>