NetBSD-Bugs archive

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

PR/53624 CVS commit: src/sys/kern



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53624 CVS commit: src/sys/kern
Date: Fri, 11 Oct 2019 08:04:52 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Fri Oct 11 08:04:52 UTC 2019
 
 Modified Files:
 	src/sys/kern: vnode_if.sh vnode_if.src
 
 Log Message:
 As VOP_STRATEGY() usually calls itself on the file system holding "/dev"
 it may deadlock on suspension of this file system.
 
 Add fstrans type LAZY and use it for VOP_STRATEGY().
 
 Adress PR kern/53624 (dom0 freeze on domU exit) is still there
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.66 -r1.67 src/sys/kern/vnode_if.sh
 cvs rdiff -u -r1.77 -r1.78 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