]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: Fix a debug message in do_get_write_access()
authorTheodore Ts'o <tytso@mit.edu>
Sat, 18 Dec 2010 18:07:34 +0000 (13:07 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 18 Dec 2010 18:07:34 +0000 (13:07 -0500)
commitccbdc395f351976e29c1f8827a58905b74e4080e
treef5ea989a2f5935638550b56ede02b78002e2f34f
parentbeabae2a8d1ad5d18a8721e07367339ed3099327
jbd2: Fix a debug message in do_get_write_access()

'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