Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - J index
The Linux kernel configuration item CONFIG_JBD_DEBUG
has multiple definitions:
fs/jbd/Kconfig
The configuration item CONFIG_JBD_DEBUG:
CONFIG_JBD && CONFIG_DEBUG_FS
If you are using the ext3 journaled file system (or potentially any other file system/device using JBD), this option allows you to enable debugging output while the system is running, in order to help track down any problems you are having. By default the debugging output will be turned off.
If you select Y here, then you will be able to turn on debugging with "echo N > /sys/kernel/debug/jbd/jbd-debug", where N is a number between 1 and 5, the higher the number, the more debugging output is generated. To turn debugging off again, do "echo 0 > /sys/kernel/debug/jbd/jbd-debug".
fs/Kconfig
The configuration item CONFIG_JBD_DEBUG:
CONFIG_JBD && CONFIG_DEBUG_FS
If you are using the ext3 journaled file system (or potentially any other file system/device using JBD), this option allows you to enable debugging output while the system is running, in order to help track down any problems you are having. By default the debugging output will be turned off.
If you select Y here, then you will be able to turn on debugging with "echo N > /sys/kernel/debug/jbd/jbd-debug", where N is a number between 1 and 5, the higher the number, the more debugging output is generated. To turn debugging off again, do "echo 0 > /sys/kernel/debug/jbd/jbd-debug".
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - J index
Automatically generated (in year 2024). See also LKDDb sources on GitLab