Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377622
b: refs/heads/master
c: 75497d0
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker authored and Theodore Ts'o committed Jun 13, 2013
1 parent cf28841 commit 47d7cf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 169f1a2a87aae44034da4b9f81be1683d33de6d0
refs/heads/master: 75497d0607b56e16e4fec3a62ef447c752428723
6 changes: 3 additions & 3 deletions trunk/fs/jbd2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ config JBD2

config JBD2_DEBUG
bool "JBD2 (ext4) debugging support"
depends on JBD2 && DEBUG_FS
depends on JBD2
help
If you are using the ext4 journaled file system (or
potentially any other filesystem/device using JBD2), this option
Expand All @@ -29,7 +29,7 @@ config JBD2_DEBUG
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/jbd2/jbd2-debug", where N is a
with "echo N > /sys/module/jbd2/parameters/jbd2_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/jbd2/jbd2-debug".
"echo 0 > /sys/module/jbd2/parameters/jbd2_debug".

0 comments on commit 47d7cf4

Please sign in to comment.