cvs commit: src/sys/fs/portalfs portal_vnops.c
Robert Watson
rwatson at FreeBSD.org
Wed Jun 23 17:47:25 PDT 2004
rwatson 2004-06-24 00:47:23 UTC
FreeBSD src repository
Modified files:
sys/fs/portalfs portal_vnops.c
Log:
Remove spls from portal_open(). Acquire socket lock while sleeping
waiting for the socket to connect and use msleep() on the socket
mute rather than tsleep(). Acquire socket buffer mutexes around
read-modify-write of socket buffer flags.
Revision Changes Path
1.65 +8 -7 src/sys/fs/portalfs/portal_vnops.c
More information about the cvs-src
mailing list