From: Jan Kara Date: Tue, 16 Oct 2007 22:38:25 +0000 (-0400) Subject: jbd2: fix commit code to properly abort journal X-Git-Tag: v2.6.24-rc1~466 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7fa2baf8e2a6c0eb0a21f75e919c226179e8ff4;p=pandora-kernel.git jbd2: fix commit code to properly abort journal We should really call journal_abort() and not __journal_abort_hard() in case of errors. The latter call does not record the error in the journal superblock and thus filesystem won't be marked as with errors later (and user could happily mount it without any warning). Signed-off-by: Jan Kara Cc: Signed-off-by: Andrew Morton --- Reading git-diff-tree failed