NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/38856 CVS commit: src/sys/dev/raidframe
The following reply was made to PR kern/38856; it has been noted by GNATS.
From: Greg Oster <oster%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/38856 CVS commit: src/sys/dev/raidframe
Date: Sat, 7 Jun 2008 17:50:34 +0000 (UTC)
Module Name: src
Committed By: oster
Date: Sat Jun 7 17:50:34 UTC 2008
Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c
Log Message:
- Use bdev_strategy() instead of VOP_STRATEGY().
- Don't bother taking the v_interlock or bumping b_vp->v_numoutput --
there won't be any other writers for this bp, and so there's no point
doing this locking song'n'dance.
Patch from Juergen Hannken-Illjes. Thanks!!!
Addresses PR#38856. With this change I've been unable to
replicate the hard hangs.
To generate a diff of this commit:
cvs rdiff -r1.246 -r1.247 src/sys/dev/raidframe/rf_netbsdkintf.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