Skip site navigation (1)Skip section navigation (2)


index | | raw e-mail

Does the following help?

diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index dc90bd3add22..2368f863a248 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -4523,8 +4523,6 @@ biodone(struct bio *bp)
 			bp->bio_flags |= BIO_ERROR_COMPAT;
 		}
 		done(bp);
-		bp->bio_error_compat = 0;
-		bp->bio_flags &= ~BIO_ERROR_COMPAT;
 	}
 }
 


help