aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorMark Fasheh <mfasheh@suse.com>2008-11-18 19:53:43 -0500
committerMark Fasheh <mfasheh@suse.com>2009-01-05 11:36:55 -0500
commit53ef99cad9878f02f27bb30bc304fc42af8bdd6e (patch)
treebb5dcb223666197cf737d24e4cc87506c4473a79 /fs/Kconfig
parent511308d90b53479b194cd067715f44dc99d39b08 (diff)
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/Kconfig10
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index e8a47f74a839..b93425ad15de 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -258,16 +258,6 @@ config OCFS2_DEBUG_FS
258 this option for debugging only as it is likely to decrease 258 this option for debugging only as it is likely to decrease
259 performance of the filesystem. 259 performance of the filesystem.
260 260
261config OCFS2_COMPAT_JBD
262 bool "Use JBD for compatibility"
263 depends on OCFS2_FS
264 default n
265 select JBD
266 help
267 The ocfs2 filesystem now uses JBD2 for its journalling. JBD2
268 is backwards compatible with JBD. It is safe to say N here.
269 However, if you really want to use the original JBD, say Y here.
270
271config OCFS2_FS_POSIX_ACL 261config OCFS2_FS_POSIX_ACL
272 bool "OCFS2 POSIX Access Control Lists" 262 bool "OCFS2 POSIX Access Control Lists"
273 depends on OCFS2_FS 263 depends on OCFS2_FS