summaryrefslogtreecommitdiff
path: root/source3/locking/leases_util.c
AgeCommit message (Collapse)AuthorFilesLines
2017-05-06s3/locking: helper functions for lease typesRalph Boehme1-0/+17
Add some helper functions that will be used to update a bunch of checks for exclusive oplocks to the lease area. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12766 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2017-05-06s3/locking: add const to fsp_lease_typeRalph Boehme1-1/+1
Bug: https://bugzilla.samba.org/show_bug.cgi?id=12766 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2017-03-15s3: locking: Move two leases functions into a new file.Jeremy Allison1-0/+55
map_oplock_to_lease_type(), fsp_lease_type(). BUG: https://bugzilla.samba.org/show_bug.cgi?id=12628 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>