CVS update: samba/source/smbd

Jeremy Allison jra at samba.org
Wed May 22 06:52:44 EST 2002


Date:	Tue May 21 13:52:44 2002
Author:	jra

Update of /data/cvs/samba/source/smbd
In directory va:/tmp/cvs-serv18413/smbd

Modified Files:
      Tag: SAMBA_2_2
	oplock.c 
Log Message:
Tricky fix. If we were waiting for an oplock break response message from
another smbd and an incoming SIGUSR1 message arrived we'd break out of
the wait early - as we have to use sys_select() to wait for an oplock
response message, not sys_select_intr() (which ignores EINTR errors)
because of the real time signal kernel interface.
Jeremy.
dd


Revisions:
oplock.c		1.43.4.23 => 1.43.4.24
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/oplock.c?r1=1.43.4.23&r2=1.43.4.24




More information about the samba-cvs mailing list