summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-08-19 12:36:55 +0000
committerJeremy Allison <jra@samba.org>2014-08-23 00:24:18 +0200
commit105724073300af03eb0835b3c93d9b2e2bfacb07 (patch)
tree95b45f06059d06ba789c6a1b1ff9df6bcdf642e3 /source3/include
parent815bde28eeb698904d38c351f67ad1b58aa5a2cc (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.h1
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;