projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a0e338
)
jbd: Fix debug message in do_get_write_access()
author
Namhyung Kim
<namhyung@gmail.com>
Wed, 13 Oct 2010 14:14:07 +0000
(23:14 +0900)
committer
Jan Kara
<jack@suse.cz>
Wed, 27 Oct 2010 23:30:04 +0000
(
01:30
+0200)
'buffer_head' should be 'journal_head'.
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/jbd/transaction.c
patch
|
blob
|
history
diff --git
a/fs/jbd/transaction.c
b/fs/jbd/transaction.c
index
c9bb7a7
..
846a3f3
100644
(file)
--- a/
fs/jbd/transaction.c
+++ b/
fs/jbd/transaction.c
@@
-526,7
+526,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: