NetBSD/sys/fs/union
dholland 13fc777536 Remove the special refcount behavior (adding an extra reference to the
parent dir) associated with SAVESTART in relookup().

Check all call sites to make sure that SAVESTART wasn't set while
calling relookup(); if it was, adjust the refcount behavior. Remove
related references to SAVESTART.

The only code that was reaching the extra ref was msdosfs_rename,
where the refcount behavior was already fairly broken and/or gross;
repair it.

Add a dummy 4th argument to relookup to make sure code that hasn't
been inspected won't compile. (This will go away next time the
relookup semantics change, which they will.)
2011-01-02 05:09:30 +00:00
..
files.union Don't generate unused fs_thefs.h headers. 2010-03-02 16:43:48 +00:00
Makefile
union_subr.c Remove the special refcount behavior (adding an extra reference to the 2011-01-02 05:09:30 +00:00
union_vfsops.c union doesn't use layerfs (avoids panic in kernel bootstrap when 2010-07-05 21:27:08 +00:00
union_vnops.c Remove the special refcount behavior (adding an extra reference to the 2011-01-02 05:09:30 +00:00
union.h Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00