[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)
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>

No differences found