From: Theodore Ts'o Date: Mon, 20 Feb 2012 22:53:01 +0000 (-0500) Subject: ext4: fix INCOMPAT feature codepoint reservation for INLINEDATA X-Git-Tag: v3.4-rc1~75^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=856cbcf9a971b43a83e78ac708ed6459ab1d0c89;p=pandora-kernel.git ext4: fix INCOMPAT feature codepoint reservation for INLINEDATA In commit 9b90e5e028 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" --- Reading git-diff-tree failed