NetBSD/sys/miscfs/genfs
dholland 03f1fbd862 In layer_lookup(), clear *vpp before returning EROFS, as otherwise a
stale value can be returned and this causes a diagnostic panic in
namei.

In relookup(), clear *vpp before calling VOP_LOOKUP, as is done in
lookup_once(), as an additional precautionary measure.

(in theory both of these fixes are not required together)

Should fix PR 47040.
2012-10-10 06:55:25 +00:00
..
Makefile
genfs.h Implement a genfs_rename abstraction. 2012-05-08 23:53:26 +00:00
genfs_io.c don't block on pager map for read-ahead. 2012-05-22 14:20:39 +00:00
genfs_node.h replace the earlier workaround for PR 40389 with a better fix. 2010-09-01 16:56:19 +00:00
genfs_rename.c Implement a genfs_rename abstraction. 2012-05-08 23:53:26 +00:00
genfs_vfsops.c
genfs_vnops.c uid mismatch for file flags changes is expected to fail with EPERM not 2012-03-30 18:24:08 +00:00
layer.h
layer_extern.h Change the syscall API for quotas over to the new non-proplib one. 2012-02-01 05:34:38 +00:00
layer_subr.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
layer_vfsops.c Ooopppsss! sysctl nodes created during module load time cannot be 2012-05-31 16:08:14 +00:00
layer_vnops.c In layer_lookup(), clear *vpp before returning EROFS, as otherwise a 2012-10-10 06:55:25 +00:00