projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
670be5a
)
jbd2: Fix a debug message in do_get_write_access()
author
Theodore Ts'o
<tytso@mit.edu>
Sat, 18 Dec 2010 18:07:34 +0000
(13:07 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 18 Dec 2010 18:07:34 +0000
(13:07 -0500)
'buffer_head' should be 'journal_head'
This is a port of a patch which Namhyung Kim <namhyung@gmail.com> made
to fs/jbd to jbd2.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/jbd2/transaction.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/jbd2/transaction.c
b/fs/jbd2/transaction.c
index 6bf0a242613ec54fb3186931031262e48329f2c6..10b5e3b1ca8b36ce32c1a978bf492fddd2bb9744 100644
(file)
--- a/
fs/jbd2/transaction.c
+++ b/
fs/jbd2/transaction.c
@@
-589,7
+589,7
@@
do_get_write_access(handle_t *handle, struct journal_head *jh,
transaction = handle->h_transaction;
journal = transaction->t_journal;
- jbd_debug(5, "
buffer
_head %p, force_copy %d\n", jh, force_copy);
+ jbd_debug(5, "
journal
_head %p, force_copy %d\n", jh, force_copy);
JBUFFER_TRACE(jh, "entry");
repeat: