summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-06 18:13:52 +0000
committerJeremy Allison <jra@samba.org>2000-10-06 18:13:52 +0000
commitdfe77c7046cbd65ee52aea7439f21503c1eac41d (patch)
tree31f50133199395ecc388d39ae04db91e628b1528 /source/include/smb.h
parente451fd346105d5d34354ff9141d445b5f1a82e0a (diff)
downloadsamba-dfe77c7046cbd65ee52aea7439f21503c1eac41d.tar.gz
samba-dfe77c7046cbd65ee52aea7439f21503c1eac41d.tar.xz
samba-dfe77c7046cbd65ee52aea7439f21503c1eac41d.zip
Herb's warning fixes. Also the POSIX locking fix.
We now use our own vfs layer to do get/set acl calls (hurrah!). Jeremy.
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 24211b0d50d..4d4aef088ef 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -617,13 +617,6 @@ struct current_user
NT_USER_TOKEN *nt_user_token;
};
-/*
- * Reasons for cache flush.
- */
-
-#define NUM_FLUSH_REASONS 8 /* Keep this in sync with the enum below. */
-enum flush_reason_enum { SEEK_FLUSH, READ_FLUSH, WRITE_FLUSH, READRAW_FLUSH,
- OPLOCK_RELEASE_FLUSH, CLOSE_FLUSH, SYNC_FLUSH, SIZECHANGE_FLUSH };
/* Defines for the sent_oplock_break field above. */
#define NO_BREAK_SENT 0
#define EXCLUSIVE_BREAK_SENT 1