BUG: https://bugzilla.samba.org/show_bug.cgi?id=15767
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
TALLOC_FREE(frame);
return NT_STATUS_OK;
}
+
+void brl_set_modified(struct byte_range_lock *br_lck, bool modified)
+{
+ br_lck->modified = modified;
+}
files_struct *fsp);
struct byte_range_lock *brl_get_locks_readonly(files_struct *fsp);
bool brl_cleanup_disconnected(struct file_id fid, uint64_t open_persistent_id);
+void brl_set_modified(struct byte_range_lock *br_lck, bool modified);
/* The following definitions come from locking/locking.c */