X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2FKconfig;h=53f5c6d6112127661e13703e51b6a8b1e17b95ca;hb=4e0641a7ad98fca5646a6be17605bc80f6c4ebde;hp=6dc8cfd6d80cf7e57a73e1be4828b945667894d4;hpb=a39727f212426b9d5f9267b3318a2afaf9922d3b;p=cascardo%2Flinux.git diff --git a/fs/Kconfig b/fs/Kconfig index 6dc8cfd6d80c..53f5c6d61121 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -326,7 +326,7 @@ source "fs/xfs/Kconfig" config OCFS2_FS tristate "OCFS2 file system support (EXPERIMENTAL)" - depends on NET && EXPERIMENTAL + depends on NET && SYSFS && EXPERIMENTAL select CONFIGFS_FS select JBD select CRC32 @@ -356,6 +356,16 @@ config OCFS2_FS - POSIX ACLs - readpages / writepages (not user visible) +config OCFS2_DEBUG_MASKLOG + bool "OCFS2 logging support" + depends on OCFS2_FS + default y + help + The ocfs2 filesystem has an extensive logging system. The system + allows selection of events to log via files in /sys/o2cb/logmask/. + This option will enlarge your kernel, but it allows debugging of + ocfs2 filesystem issues. + config MINIX_FS tristate "Minix fs support" help