summaryrefslogtreecommitdiffstats
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-09-10 18:57:06 +0000
committerJeremy Allison <jra@samba.org>1998-09-10 18:57:06 +0000
commit069efc04545d5fdfc5c40467b8b7554ed5226a2e (patch)
tree818ab50a038cab781daa765cea1d2ec6815545fe /source/include/smb.h
parent1b07de7079e81da9c0b930bdc30ae0451b57d53a (diff)
downloadsamba-069efc04545d5fdfc5c40467b8b7554ed5226a2e.tar.gz
samba-069efc04545d5fdfc5c40467b8b7554ed5226a2e.tar.xz
samba-069efc04545d5fdfc5c40467b8b7554ed5226a2e.zip
smb.h: Removed fdnum from file_fd_struct. Not needed.
files.c: Removed fd bitmap - not needed. Added code to do use arrays rather than linked list - disabled by default but can be enabled to check performance. Jeremy.
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 8600bcc120b..dae3e275d53 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -481,7 +481,6 @@ typedef struct file_fd_struct
SMB_DEV_T dev;
SMB_INO_T inode;
int fd;
- int fdnum;
int fd_readonly;
int fd_writeonly;
int real_open_flags;