Add 64bit option to known incompatible file system options

Signed-off-by: Valerie Aurora Henson <vaurora@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Valerie Aurora Henson 2009-10-25 22:16:19 -04:00 committed by Theodore Ts'o
parent b49f78fe6e
commit 054e5a9ccf
1 changed files with 2 additions and 1 deletions

View File

@ -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__