]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: fix INCOMPAT feature codepoint reservation for INLINEDATA
authorTheodore Ts'o <tytso@mit.edu>
Mon, 20 Feb 2012 22:53:01 +0000 (17:53 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Feb 2012 22:53:01 +0000 (17:53 -0500)
commit8b8894a60a4231e474da389a26ac395df0309167
tree3ba90433f4e2c2315acf11a45c8d533fb3ccee92
parente9f4a39ef7b986bc995c5ccfde71245946728190
ext4: fix INCOMPAT feature codepoint reservation for INLINEDATA

In commit c0570ad0fe I incorrectly reserved the wrong bit for
EXT4_FEATURE_INCOMPAT_INLINEDATA per the discussion on the linux-ext4
list on December 7, 2011.  The codepoint 0x2000 should be used for
EXT4_FEATURE_INCOMPAT_USE_META_CSUM, so INLINEDATA will be assigned
the value 0x8000.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h