Fw: Re: Implemented OPLOCK for FreeBsd

Jonathan Lemon jlemon at flugsvamp.com
Fri Sep 7 19:54:34 GMT 2001


On Fri, Sep 07, 2001 at 06:01:44PM -0700, Jeremy Allison wrote:
> 
> Remember, the oplock break message has to be
> sent from the kernel, not another smbd. So resource
> limits are still a problem aren't they ?

No.  Essentially what happens is when you register the event
with the kernel, (the equivalent of fcntl(fd, F_GETLEASE,...)),
resources are allocated at that time, and failures reported to
the app.  From that point on, no failures will happen because 
all required resources have been allocated.
-- 
Jonathan




More information about the samba-technical mailing list