CVS update: samba/source/smbd

Jeremy Allison jra at samba.org
Wed May 22 06:53:11 EST 2002


Date:	Tue May 21 13:53:11 2002
Author:	jra

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

Modified Files:
      Tag: APPLIANCE_HEAD
	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. Found by CR#653.
Jeremy.


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




More information about the samba-cvs mailing list