NetBSD-Bugs archive

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

PR/53183 CVS commit: src/sys/dev/ata



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

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53183 CVS commit: src/sys/dev/ata
Date: Sun, 3 Jun 2018 18:38:36 +0000

 Module Name:	src
 Committed By:	jdolecek
 Date:		Sun Jun  3 18:38:36 UTC 2018
 
 Modified Files:
 	src/sys/dev/ata: wd.c
 
 Log Message:
 take mutex around check for pending flush, as the code before dksubr
 conversion had, to avoid possible race
 
 on my system doesn't really change behaviour, besides the test runs
 being slightly faster (3x parallell pkgsrc archive extraction, up
 to 5% difference), thought that can just be noise
 
 done as part of investigation for PR kern/53183 by Sevan Janiyan
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.438 -r1.439 src/sys/dev/ata/wd.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