NetBSD-Bugs archive

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

PR/40569 CVS commit: [netbsd-5] src/sys/dev/raidframe



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

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/40569 CVS commit: [netbsd-5] src/sys/dev/raidframe
Date: Thu, 19 Feb 2009 20:27:08 +0000 (UTC)

 Module Name:   src
 Committed By:  snj
 Date:          Thu Feb 19 20:27:08 UTC 2009
 
 Modified Files:
        src/sys/dev/raidframe [netbsd-5]: rf_reconstruct.c
 
 Log Message:
 Pull up following revision(s) (requested by oster in ticket #454):
        sys/dev/raidframe/rf_reconstruct.c: revision 1.107
 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.105.4.1 -r1.105.4.2 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