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)
commitc867516de5256e9cfba2ec5847fa27e0f0ddd2c5
tree701c4b48b81e7063efb1a3d014dfb9c11437a7f9
parent93628ffb9ba67c154849ac6c387f98f5e3198b84
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