CVS update: samba/source/smbd

Jeremy Allison jra at samba.org
Tue Jul 24 11:18:43 EST 2001


Date:	Mon Jul 23 18:18:43 2001
Author:	jra

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

Modified Files:
	open.c 
Log Message:
We were making an assumption in the oplock
break code path that was invalid (ie. we were assuming
we could infer a non-levelII oplock when such an oplock
was detected - this may no longer be valid once we've
processed the break process dealing with the break will
change the state of it anyway.
This prevents the state where we get the following packet
trace :

client                      server
NTcreate ->
                         <- NTcreate resp 
NTcreate ->
                         <- break to level II
ok - broken ->
                         <- break to none

Thanks to Alan Romeril for providing the trace that allowed
me to track this down.

Jeremy.


Revisions:
open.c		1.83 => 1.84
	http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/open.c?r1=1.83&r2=1.84




More information about the samba-cvs mailing list