[PATCH] reiserfs: skip commit on io error
authorJeff Mahoney <jeffm@suse.com>
Wed, 14 Dec 2005 19:38:36 +0000 (14:38 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 15 Dec 2005 02:56:07 +0000 (18:56 -0800)
commit5d5e815618c4a8b53806845268c951201d14af6e
tree5515610e7747c52d20fe20ea4bc48186b2ff7ac0
parentea54c96c04cfd9fec881e403d8f7931b47f7b2a6
[PATCH] reiserfs: skip commit on io error

This should have been part of the original io error patch, but got
dropped somewhere along the way.

It's extremely important when handling the i/o error in the journal to
not commit the transaction with corrupt data.  This patch adds that code
back in.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/reiserfs/journal.c