NetBSD-Bugs archive

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

PR/56316 CVS commit: src/sys/kern



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

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56316 CVS commit: src/sys/kern
Date: Sun, 18 Jul 2021 09:30:36 +0000

 Module Name:	src
 Committed By:	dholland
 Date:		Sun Jul 18 09:30:36 UTC 2021
 
 Modified Files:
 	src/sys/kern: vfs_vnops.c
 
 Log Message:
 Fix confusion arising from whether FOLLOW or NOFOLLOW is 0.
 
 In vn_open, don't set and then throw away FOLLOW, and clarify the
 comment about requesting FOLLOW/NOFOLLOW behavior.
 
 Related to PR 56316.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.220 -r1.221 src/sys/kern/vfs_vnops.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