]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: Fix comment to match the code in jbd2__journal_start()
authorEryu Guan <guaneryu@gmail.com>
Tue, 24 May 2011 21:09:58 +0000 (17:09 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 May 2011 21:09:58 +0000 (17:09 -0400)
commit3109349ea1335237fd90498a240914ae61704bcb
tree701c4b48b81e7063efb1a3d014dfb9c11437a7f9
parent41ba987456f12b85420de654f384dc339d7065ba
jbd2: Fix comment to match the code in jbd2__journal_start()

jbd2__journal_start() returns an ERR_PTR() value rather than NULL on
failure.

Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/jbd2/transaction.c