Whamcloud - gitweb
ext2fs.h: Change how we deal with optional incompat features.
authorTony Breeds <tony@bakeyournoodle.com>
Tue, 26 Jun 2012 01:42:14 +0000 (11:42 +1000)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 30 Jul 2012 00:52:00 +0000 (20:52 -0400)
commit119f1ad8c905489bd1a5910f588a0123026dab1e
tree1918475fff3053ed91677e606b181eda84a04cb3
parent67b3721dc4de9d6441a00eceba6fd57590aa0004
ext2fs.h: Change how we deal with optional incompat features.

Currently EXT2_LIB_FEATURE_INCOMPAT_SUPP is #defined twice once with
EXT2_FEATURE_INCOMPAT_COMPRESSION and once without depending on the
state of ENABLE_COMPRESSION

Change this to use an intermediate symbol so that the definition of
EXT2_LIB_FEATURE_INCOMPAT_SUPP doesn't change as other optional fetures
are added.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/ext2fs.h