diff options
| author | Volker Lendecke <vl@samba.org> | 2014-08-19 12:36:55 +0000 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-08-23 00:24:18 +0200 |
| commit | 105724073300af03eb0835b3c93d9b2e2bfacb07 (patch) | |
| tree | 95b45f06059d06ba789c6a1b1ff9df6bcdf642e3 /source3/include | |
| parent | 815bde28eeb698904d38c351f67ad1b58aa5a2cc (diff) | |
brlock: Do auto-cleanup at conflict time
This avoids the need to do sweeping validate_lock_entries calls
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include')
| -rw-r--r-- | source3/include/vfs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/vfs.h b/source3/include/vfs.h index a81fb6c1be..3702b75464 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -236,7 +236,6 @@ typedef struct files_struct { bool modified; bool is_directory; bool aio_write_behind; - bool lockdb_clean; bool initial_delete_on_close; /* Only set at NTCreateX if file was created. */ bool delete_on_close; bool posix_open; |
