From: Valerie Aurora Henson Date: Mon, 26 Oct 2009 02:16:19 +0000 (-0400) Subject: Add 64bit option to known incompatible file system options X-Git-Tag: v1.42-WIP-0702~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=054e5a9ccf8d65e015f2af85bfddd3fda3a0472f;p=thirdparty%2Fe2fsprogs.git Add 64bit option to known incompatible file system options Signed-off-by: Valerie Aurora Henson Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/ext2fs/kernel-jbd.h b/lib/ext2fs/kernel-jbd.h index 331b0e471..066c031ed 100644 --- a/lib/ext2fs/kernel-jbd.h +++ b/lib/ext2fs/kernel-jbd.h @@ -234,7 +234,8 @@ typedef struct journal_superblock_s #define JFS_KNOWN_COMPAT_FEATURES 0 #define JFS_KNOWN_ROCOMPAT_FEATURES 0 #define JFS_KNOWN_INCOMPAT_FEATURES (JFS_FEATURE_INCOMPAT_REVOKE|\ - JFS_FEATURE_INCOMPAT_ASYNC_COMMIT) + JFS_FEATURE_INCOMPAT_ASYNC_COMMIT|\ + JFS_FEATURE_INCOMPAT_64BIT) #ifdef __KERNEL__