NetBSD-Bugs archive

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

PR/55146 CVS commit: src/sys/kern



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

From: "Andrew Doran" <ad%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55146 CVS commit: src/sys/kern
Date: Tue, 7 Apr 2020 18:28:32 +0000

 Module Name:	src
 Committed By:	ad
 Date:		Tue Apr  7 18:28:32 UTC 2020
 
 Modified Files:
 	src/sys/kern: vfs_lookup.c
 
 Log Message:
 PR kern/55146 (100+ file system test cases failing)
 
 - namei_oneroot(): key on negative return from lookup_fastforward()
   (EOPNOTSUPP), not positive.
 
 - lookup_crossmount(): don't lose track of founddir.
 
 From hannken@, with a couple of tweaks.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.215 -r1.216 src/sys/kern/vfs_lookup.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