Current SMB2 leases patchset (WIP).

Jeremy Allison jra at samba.org
Thu Oct 30 09:46:26 MDT 2014


On Thu, Oct 30, 2014 at 04:15:03PM +0100, Stefan (metze) Metzmacher wrote:
> Hi Jeremy,
> 
> here's a first independent patchset set that can go to master now.
> Mostly the strict rename patches.
> 
> The rest of the patches is in the following branch:
> https://git.samba.org/?p=metze/samba/wip.git;a=shortlog;h=refs/heads/master3-leases

In your TODO patch:


TODO/COMMENT: lease_match() we should only send one break.

+               //TODO shouldn't we walk the list of leases instead of
+               //share_modes here?
+               //
+               // We should also just send one break message in total

We *are* walking the list of leases here. We got the list
out of the leases_db, which associates a set of fileid's
(which match to open handles with share modes) to leases.

Jeremy.


More information about the samba-technical mailing list