Module Name: src Committed By: martin Date: Sat Nov 14 13:01:55 UTC 2020
Modified Files: src/sys/coda [netbsd-9]: coda.h coda_vnops.c Log Message: Pull up following revision(s) (requested by hannken in ticket #1131): 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.20 -r1.20.6.1 src/sys/coda/coda.h cvs rdiff -u -r1.107 -r1.107.4.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.