diff options
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 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 | ||
261 | config 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 | |||
271 | config OCFS2_FS_POSIX_ACL | 261 | config 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 |