diff options
author | Mark Fasheh <mfasheh@suse.com> | 2008-11-18 16:53:43 -0800 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2009-01-05 08:36:55 -0800 |
commit | 53ef99cad9878f02f27bb30bc304fc42af8bdd6e (patch) | |
tree | bb5dcb223666197cf737d24e4cc87506c4473a79 /fs/Kconfig | |
parent | 511308d90b53479b194cd067715f44dc99d39b08 (diff) | |
download | linux-3.10-53ef99cad9878f02f27bb30bc304fc42af8bdd6e.tar.gz linux-3.10-53ef99cad9878f02f27bb30bc304fc42af8bdd6e.tar.bz2 linux-3.10-53ef99cad9878f02f27bb30bc304fc42af8bdd6e.zip |
ocfs2: Remove JBD compatibility layer
JBD2 is fully backwards compatible with JBD and it's been tested enough with
Ocfs2 that we can clean this code up now.
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index e8a47f74a83..b93425ad15d 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -258,16 +258,6 @@ config OCFS2_DEBUG_FS this option for debugging only as it is likely to decrease performance of the filesystem. -config OCFS2_COMPAT_JBD - bool "Use JBD for compatibility" - depends on OCFS2_FS - default n - select JBD - help - The ocfs2 filesystem now uses JBD2 for its journalling. JBD2 - is backwards compatible with JBD. It is safe to say N here. - However, if you really want to use the original JBD, say Y here. - config OCFS2_FS_POSIX_ACL bool "OCFS2 POSIX Access Control Lists" depends on OCFS2_FS |