Skip to content
Commit 856cbcf9 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: fix INCOMPAT feature codepoint reservation for INLINEDATA



In commit 9b90e5e0 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: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 2201c590
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment