NetBSD-Bugs archive

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

PR/55674 CVS commit: src/sys/dev/ic



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

From: "Frank Kardel" <kardel%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55674 CVS commit: src/sys/dev/ic
Date: Tue, 22 Sep 2020 11:53:10 +0000

 Module Name:	src
 Committed By:	kardel
 Date:		Tue Sep 22 11:53:10 UTC 2020
 
 Modified Files:
 	src/sys/dev/ic: ld_nvme.c nvme.c
 
 Log Message:
 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.23 -r1.24 src/sys/dev/ic/ld_nvme.c
 cvs rdiff -u -r1.49 -r1.50 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