Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/06/1997 12:50:02
fvdl
Sun Jul 6 05:40:31 PDT 1997
Update of /a/cvsroot/src/sys/conf
In directory netbsd1:/var/slash-tmp/cvs-serv22385
Modified Files:
files
Log Message:
Move kern_lock.c to kern/
fvdl
Sun Jul 6 05:42:06 PDT 1997
Update of /a/cvsroot/src/sys/nfs
In directory netbsd1:/var/slash-tmp/cvs-serv22790
Modified Files:
nfs_node.c
Log Message:
Put lock around nfs node hashing to avoid race conditions, as MALLOC
or getnewvnode may block.
fvdl
Sun Jul 6 05:43:44 PDT 1997
Update of /a/cvsroot/src/sys/ufs/ffs
In directory netbsd1:/var/slash-tmp/cvs-serv22826/ffs
Modified Files:
ffs_vfsops.c
Log Message:
Put lock around inode hashing, because getnewvnode or MALLOC might block,
creating race conditions.
fvdl
Sun Jul 6 05:43:45 PDT 1997
Update of /a/cvsroot/src/sys/ufs/ufs
In directory netbsd1:/var/slash-tmp/cvs-serv22826/ufs
Modified Files:
ufs_ihash.c
Log Message:
Put lock around inode hashing, because getnewvnode or MALLOC might block,
creating race conditions.