NetBSD/sys/fs/union
hannken d117c8147b Operation union_readdirhook() stores the lower directory as un_uppervp.
This breaks the assumption that un_uppervp->v_mount is the upper mount.

Fix by storing the directory as un_lowervp and adapt union_readdir().

Should fix PR kern/55552: panic with union mount
2020-08-18 09:44:07 +00:00
..
files.union Define filesystem attributes with vfs dependency. 2014-10-11 06:42:18 +00:00
Makefile
union_subr.c Operation union_readdirhook() stores the lower directory as un_uppervp. 2020-08-18 09:44:07 +00:00
union_vfsops.c Use the module subsystem's ability to process SYSCTL_SETUP() entries to 2020-03-16 21:20:09 +00:00
union_vnops.c Operation union_readdirhook() stores the lower directory as un_uppervp. 2020-08-18 09:44:07 +00:00
union.h Operation union_readdirhook() stores the lower directory as un_uppervp. 2020-08-18 09:44:07 +00:00