On Mon, Jan 06, 2003 at 09:35:35AM +0100, Volker Lendecke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Modified Files: > > Tag: SAMBA_3_0 > > close.c dir.c open.c > > Log Message: > > Fix problem with "hide unreadable". stat file opens are baaack :-). > > Do you have a two-liner with an explanation? I'd like to know what to > look for.
In the oplock break state an open was being done (in the check is user can read file code) that caused a recursion (ie. another oplock break request going to the same smbd). That was a bad thing :-). Hence, the return of stat opens which won't cause an oplock break but still allow ACLs to be read. Jeremy
