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
genfs_io.c don't block on pager map for read-ahead. 2012-05-22 14:20:39 +00:00
genfs_node.h
genfs_rename.c
genfs_vfsops.c
genfs_vnops.c
layer.h
layer_extern.h
layer_subr.c
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