[1151] in NetBSD-Development
Small change to afs_vnodeops.c
daemon@ATHENA.MIT.EDU (Greg Hudson)
Tue Dec 12 02:57:16 1995
Date: Tue, 12 Dec 1995 02:56:54 -0500
From: Greg Hudson <ghudson@MIT.EDU>
To: netbsd-afs@MIT.EDU
I've modified afs_vnodeops.c to not try to support creation of VSOCK
and VFIFO files. I haven't tested the change yet (although I've
rebuilt libafs on granola).
Prior to make change, if you try create a Unix domain socket in AFS,
the bind() operation succeeds but creates a normal file. If you try
to create a fifo, it fails the first time, and panics the machine the
second time.