]> Git Repo - linux.git/commit
[PATCH] reiserfs: skip commit on io error
authorJeff Mahoney <[email protected]>
Wed, 14 Dec 2005 19:38:36 +0000 (14:38 -0500)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/reiserfs/journal.c
This page took 0.039472 seconds and 4 git commands to generate.