NetBSD-Bugs archive

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

PR/55674 CVS commit: [netbsd-8] src/sys/dev/ic



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55674 CVS commit: [netbsd-8] src/sys/dev/ic
Date: Sun, 27 Sep 2020 10:33:46 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sun Sep 27 10:33:45 UTC 2020
 
 Modified Files:
 	src/sys/dev/ic [netbsd-8]: ld_nvme.c nvme.c
 
 Log Message:
 Pull up following revision(s) (requested by kardel in ticket #1610):
 
 	sys/dev/ic/ld_nvme.c: revision 1.24 (patch)
 	sys/dev/ic/nvme.c: revision 1.50 (patch)
 
 PR kern/55674:
 	move name space availability check from ld_nvme.c:ld_nvme_attach()
 	to nvme.c:nvme_rescan().
 	this avoids allocation of ld(4) instances for every possible
 	name space, even if it is not usable. it also reduces the device
 	node flood generated from that strategy.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16.2.4 -r1.16.2.5 src/sys/dev/ic/ld_nvme.c
 cvs rdiff -u -r1.30.2.7 -r1.30.2.8 src/sys/dev/ic/nvme.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