commit | f2a44523b20f323e4aef7c16261d34d6f0a4bf06 | [log] [tgz] |
---|---|---|
author | Eryu Guan <guaneryu@gmail.com> | Tue Nov 01 19:09:18 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Nov 01 19:09:18 2011 -0400 |
tree | b7b46aefb3c91ab9f5462bd990ba02523c60ba96 | |
parent | 8762202dd0d6e46854f786bdb6fb3780a1625efe [diff] |
jbd2: Unify log messages in jbd2 code Some jbd2 code prints out kernel messages with "JBD2: " prefix, at the same time other jbd2 code prints with "JBD: " prefix. Unify the prefix to "JBD2: ". Signed-off-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>