diff options
author | Eric Sandeen <sandeen@redhat.com> | 2009-10-01 02:21:07 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-10-01 02:21:07 -0400 |
commit | f0e2dfa7f3e1361ca8fc91c25e67fc4e92613cc9 (patch) | |
tree | 8fa5be2f535b00140b0c6330c92b20584e87cb9e /fs/ext4/Kconfig | |
parent | 1f94533d9cd75f6d2826018d54a971b9cc085992 (diff) | |
download | op-kernel-dev-f0e2dfa7f3e1361ca8fc91c25e67fc4e92613cc9.zip op-kernel-dev-f0e2dfa7f3e1361ca8fc91c25e67fc4e92613cc9.tar.gz |
ext4: drop ext4dev compat
Kconfig & super.c promised it'd be gone by 2.6.31, so it's
about time to drop it.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/Kconfig')
-rw-r--r-- | fs/ext4/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig index d5c0ea2..9f2d45d 100644 --- a/fs/ext4/Kconfig +++ b/fs/ext4/Kconfig @@ -26,20 +26,6 @@ config EXT4_FS If unsure, say N. -config EXT4DEV_COMPAT - bool "Enable ext4dev compatibility" - depends on EXT4_FS - help - Starting with 2.6.28, the name of the ext4 filesystem was - renamed from ext4dev to ext4. Unfortunately there are some - legacy userspace programs (such as klibc's fstype) have - "ext4dev" hardcoded. - - To enable backwards compatibility so that systems that are - still expecting to mount ext4 filesystems using ext4dev, - choose Y here. This feature will go away by 2.6.31, so - please arrange to get your userspace programs fixed! - config EXT4_FS_XATTR bool "Ext4 extended attributes" depends on EXT4_FS |