CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/28 10:02:08
Modified files:
sys/tmpfs : tmpfs_subr.c tmpfs_vnops.c
sys/ufs/ext2fs : ext2fs_vnops.c
Log message:
Call vput(dvp) in vnode operation functions instead of calling it in
the file allocation routine. This allows stepwise changing of the vnode
locking discipline.
OK mpi@
