NetBSD/sys/ufs/ext2fs
dholland b21c832176 Pass the ufs_lookup_results pointer around instead of fetching it from
the inode in the guts of ufs. Now, in VOPs where i_crap is used it is
used (directly) only immediately on entry to the VOP call and then
passed around by reference.

Except for rename, which needs explicit sorting out. The code in
ufs_wapbl_rename is unchanged in behavior but I'm increasingly
inclined to think it's wrong.
2011-07-12 16:59:48 +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
ext2fs_dir.h
ext2fs_extern.h Pass the ufs_lookup_results pointer around instead of fetching it from 2011-07-12 16:59:48 +00:00
ext2fs_inode.c Rename uvm_vnp_zerorange(struct vnode *, off_t, size_t) to 2011-06-16 09:21:02 +00:00
ext2fs_lookup.c Pass the ufs_lookup_results pointer around instead of fetching it from 2011-07-12 16:59:48 +00:00
ext2fs_readwrite.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ext2fs_subr.c
ext2fs_vfsops.c Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
ext2fs_vnops.c Pass the ufs_lookup_results pointer around instead of fetching it from 2011-07-12 16:59:48 +00:00
ext2fs.h
Makefile