NetBSD-Bugs archive

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

PR/57450 CVS commit: src



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57450 CVS commit: src
Date: Thu, 15 Jun 2023 09:13:37 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Thu Jun 15 09:13:36 UTC 2023
 
 Modified Files:
 	src/share/man/man9: vnodeops.9
 	src/sys/kern: vnode_if.src
 
 Log Message:
 VOP_IOCTL() is a wrapper around spec_ioctl() aka Xdev_ioctl() and
 protected with spec_io_enter()/spec_io_exit() so there is no need
 to force specific vnode locking.
 
 Set locking requirement to '= = =' (unchanged, locked or unlocked).
 
 PR kern/57450 (unplugging hung USB disk triggers panic via _vstate_assert)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.100 -r1.101 src/share/man/man9/vnodeops.9
 cvs rdiff -u -r1.84 -r1.85 src/sys/kern/vnode_if.src
 
 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