NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/40569 CVS commit: src/sys/dev/raidframe



The following reply was made to PR kern/40569; it has been noted by GNATS.

From: Greg Oster <oster%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40569 CVS commit: src/sys/dev/raidframe
Date: Wed, 11 Feb 2009 23:54:11 +0000 (UTC)

 Module Name:   src
 Committed By:  oster
 Date:          Wed Feb 11 23:54:11 UTC 2009
 
 Modified Files:
        src/sys/dev/raidframe: rf_reconstruct.c
 
 Log Message:
 If we see a RF_RECON_WRITE_ERROR event we know a write has finished and
 we need to account for that.  Failure to do so means we can end up
 waiting forever for writes we think are outstanding, but which have
 already completed.
 
 Addresses the RAIDframe part of PR#40569.  Thanks to Matthias Scheler
 for reporting the issue and verifying the fix.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.106 -r1.107 src/sys/dev/raidframe/rf_reconstruct.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index