Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: fvdl
Date: Fri Jun 30 20:45:40 UTC 2000
Modified Files:
syssrc/sys/ufs/ext2fs: ext2fs_vfsops.c
syssrc/sys/ufs/lfs: lfs_alloc.c lfs_extern.h lfs_syscalls.c
lfs_vfsops.c
Log Message:
Rearrange code around getnewvnode as was already done for ffs, to avoid
locking against oneself because getnewvnode recycles a softdep-using vnode.
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 syssrc/sys/ufs/ext2fs/ext2fs_vfsops.c
cvs rdiff -r1.39 -r1.40 syssrc/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.18 -r1.19 syssrc/sys/ufs/lfs/lfs_extern.h
cvs rdiff -r1.43 -r1.44 syssrc/sys/ufs/lfs/lfs_syscalls.c
cvs rdiff -r1.54 -r1.55 syssrc/sys/ufs/lfs/lfs_vfsops.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index