NetBSD-Bugs archive

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

PR/55775 CVS commit: [netbsd-8] src/sys/coda



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55775 CVS commit: [netbsd-8] src/sys/coda
Date: Sat, 14 Nov 2020 12:59:06 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Nov 14 12:59:06 UTC 2020
 
 Modified Files:
 	src/sys/coda [netbsd-8]: coda.h coda_vnops.c
 
 Log Message:
 Pull up following revision(s) (requested by hannken in ticket #1622):
 
 	sys/coda/coda_vnops.c: revision 1.114 (patch)
 	sys/coda/coda.h: revision 1.21 (patch)
 
 Rewrite coda_readdir() to directly process the container file.
 
 Passing this operation down to the file system holding the container
 cannot work for anything but UFS and UFS doesn't allow reading
 directory from a plain file since ~2015.
 
 Fixes PR kern/55775 Coda client, its in-kernel part, opens wrong files ...
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.19 -r1.19.10.1 src/sys/coda/coda.h
 cvs rdiff -u -r1.106 -r1.106.2.1 src/sys/coda/coda_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