NetBSD/sys/ufs/ext2fs
riastradh b8c3b27f99 Kill the IN_RENAME in-core inode flag in ufs and ext2fs.
Now that rename works we need not to wave this sort of voodoo at it.

ok dholland
2012-06-04 20:13:47 +00:00
..
ext2fs_alloc.c {ffs_nodealloccg,ext2fs_nodealloccg,ext2fs_mapsearch}: use XOR and ffs() 2011-03-06 04:46:26 +00:00
ext2fs_balloc.c
ext2fs_bmap.c
ext2fs_bswap.c
ext2fs_dinode.h Add definitions for more reserved inodes. 2009-11-27 11:16:54 +00:00
ext2fs_dir.h Adapt ffs, lfs, and ext2fs to use genfs_rename. 2012-05-09 00:21:17 +00:00
ext2fs_extern.h Adapt ffs, lfs, and ext2fs to use genfs_rename. 2012-05-09 00:21:17 +00:00
ext2fs_inode.c converting readdir in ffs ext2fs from malloc(9) to kmem(9) 2012-01-27 19:22:48 +00:00
ext2fs_lookup.c Fix last commit that broke lookup for dot with op DELETE. 2012-03-16 08:39:54 +00:00
ext2fs_readwrite.c change vflushbuf() to take the full FSYNC_* flags. 2012-04-29 22:53:59 +00:00
ext2fs_rename.c Kill the IN_RENAME in-core inode flag in ufs and ext2fs. 2012-06-04 20:13:47 +00:00
ext2fs_subr.c
ext2fs_vfsops.c - Replace some malloc(9) uses with kmem(9). 2012-04-30 22:51:27 +00:00
ext2fs_vnops.c Adapt ffs, lfs, and ext2fs to use genfs_rename. 2012-05-09 00:21:17 +00:00
ext2fs.h Add definitions for more reserved inodes. 2009-11-27 11:16:54 +00:00
Makefile