CVS update: samba/source/smbd

Jeremy Allison jra at au2.samba.org
Sat Mar 31 07:53:33 EST 2001


Date:	Saturday March 31, 2001 @ 7:53
Author:	jra

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

Modified Files:
	notify_kernel.c 
Log Message:
utils/torture.c: Added one more delete on close test.
smbd/notify_kernel.c: This code was wrong I believe. It was structured to only
return a changenotify event on being called from timeout processing (t != 0).
The kernel changenotify events should fire on *asynchronous* processing (EINTR
return from select caused by the realtime signal delivery) with t == 0.
Reported by Juergen Hasch (Hasch at t-online.de).
ANDREW PLEASE CHECK THIS !
Currently the hash style changenotify is done on async processing as well
as timeout processing. As this is expensive we may want to revisit doing this
and maybe set it to fire only on timeout processing.
Jeremy. 





More information about the samba-cvs mailing list