Current-Users archive

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

Re: 9.99.86 HEAD



On Thu, Jul 01, 2021 at 07:04:24PM +0000, David Holland wrote:
 > However, except in the fastforward code the vnode will be locked. So I
 > think it should be "= = =" in vnode_if.src. If you also need to add
 > FSTRANS=NO, that should be fine too.

I'm testing this:

diff -r bb3a26d8fb23 sys/kern/vnode_if.src
--- a/sys/kern/vnode_if.src	Wed Jun 30 13:24:14 2021 -0400
+++ b/sys/kern/vnode_if.src	Thu Jul 01 15:56:26 2021 -0400
@@ -60,9 +60,10 @@
 };
 
 #
-#% parsepath  dvp     L L L
+#% parsepath  dvp     = = =
 #
 vop_parsepath {
+	FSTRANS=NO
 	IN struct vnode *dvp;
 	IN const char *name;
 	OUT size_t *retval;

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index