summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2013-06-12 22:56:35 -0400
committerTheodore Ts'o <tytso@mit.edu>2013-06-12 22:56:35 -0400
commitcfc7bc896f45251bdcfa45e0d62fda0566e95c4a (patch)
tree44d0dc0c3a003a6a72031955dbeb2ea6d56c7456 /scripts
parent0ef54180e0187117062939202b96faf04c8673bc (diff)
downloadop-kernel-dev-cfc7bc896f45251bdcfa45e0d62fda0566e95c4a.zip
op-kernel-dev-cfc7bc896f45251bdcfa45e0d62fda0566e95c4a.tar.gz
jbd2: fix duplicate debug label for phase 2
Currently we see this output: $git grep phase fs/jbd2 fs/jbd2/commit.c: jbd_debug(3, "JBD2: commit phase 1\n"); fs/jbd2/commit.c: jbd_debug(3, "JBD2: commit phase 2\n"); fs/jbd2/commit.c: jbd_debug(3, "JBD2: commit phase 2\n"); fs/jbd2/commit.c: jbd_debug(3, "JBD2: commit phase 3\n"); fs/jbd2/commit.c: jbd_debug(3, "JBD2: commit phase 4\n"); [...] There is clearly a duplicate label for phase 2, and they are both active (i.e. not in #if ... #else block). Rename them to be "2a" and "2b" so the debug output is unambiguous. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud