summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-05-08 23:16:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:56:50 -0500
commit08355754151b2d02b2102bc76e94b63ffffdf408 (patch)
tree34b532b71a0a6245716c16b9458d8decbbf3b604 /source3/include
parent23320ad0e3992b9e25407c1acaf99db4722b916e (diff)
downloadsamba-08355754151b2d02b2102bc76e94b63ffffdf408.tar.gz
samba-08355754151b2d02b2102bc76e94b63ffffdf408.tar.bz2
samba-08355754151b2d02b2102bc76e94b63ffffdf408.zip
r6673: Fix the write cache based on some VERY good detective work
from Ingo Kilian <ikilian@web.de>. You must do a make clean after updating this. Jeremy. (This used to be commit 3b2cd19fcb8ce38578b122fd6ae722b73081dcda)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index f96d79fd06..41aaa317fd 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -418,7 +418,6 @@ typedef struct files_struct {
SMB_INO_T inode;
BOOL delete_on_close;
SMB_OFF_T pos;
- SMB_BIG_UINT size;
SMB_BIG_UINT initial_allocation_size; /* Faked up initial allocation on disk. */
SMB_BIG_UINT position_information;
mode_t mode;