NetBSD-Bugs archive

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

PR/58335 CVS commit: src/sys/dev/pci



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58335 CVS commit: src/sys/dev/pci
Date: Tue, 25 Jun 2024 14:22:31 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Tue Jun 25 14:22:31 UTC 2024
 
 Modified Files:
 	src/sys/dev/pci: virtio_pci.c
 
 Log Message:
 virtio@pci: Don't detach on shutdown.
 
 The virtio bus does not keep state in memory that needs to flushed to
 persistent storage.  Typically DVF_DETACH_SHUTDOWN is only needed by,
 e.g., disk drivers to flush disk caches (although really, vfs sync
 should do that anyway, so maybe we should just nix the option
 altogether).
 
 Prompted by PR kern/58335.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.47 -r1.48 src/sys/dev/pci/virtio_pci.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