NetBSD/sys/ufs/ext2fs
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
..
ext2fs_alloc.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
ext2fs_balloc.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
ext2fs_bmap.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
ext2fs_bswap.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
ext2fs_dinode.h Add definitions for more reserved inodes. 2009-11-27 11:16:54 +00:00
ext2fs_dir.h Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
ext2fs_extern.h update i_uid and i_gid after chown 2009-10-21 17:37:21 +00:00
ext2fs_inode.c ext2fs,ffs: free on disk inodes in the reclaim routine. 2010-07-28 11:03:47 +00:00
ext2fs_lookup.c Abolish the SAVENAME and HASBUF flags. There is now always a buffer, 2010-11-30 10:43:01 +00:00
ext2fs_readwrite.c Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file 2010-04-23 15:38:46 +00:00
ext2fs_subr.c Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen 2009-10-19 18:41:07 +00:00
ext2fs_vfsops.c Make DEBUG_EXT2 work with 64-bit size_t. 2010-07-27 05:15:56 +00:00
ext2fs_vnops.c Remove the special refcount behavior (adding an extra reference to the 2011-01-02 05:09:30 +00:00
ext2fs.h Add definitions for more reserved inodes. 2009-11-27 11:16:54 +00:00
Makefile