NetBSD-Bugs archive

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

PR/55775 CVS commit: src/sys/coda



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

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55775 CVS commit: src/sys/coda
Date: Sat, 14 Nov 2020 11:42:56 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Sat Nov 14 11:42:56 UTC 2020
 
 Modified Files:
 	src/sys/coda: coda.h coda_vnops.c
 
 Log Message:
 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.20 -r1.21 src/sys/coda/coda.h
 cvs rdiff -u -r1.113 -r1.114 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