summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-27 06:06:02 +0200
committerVolker Lendecke <vl@samba.org>2010-09-28 07:36:18 +0200
commit49b4d2e652c189fff2fa4b3a94aed2ba0477cc76 (patch)
tree2a8df0068429f268d79dbe3e2ff87118fc479863 /source3/smbd/globals.c
parentd26d79b6401783449ca7d38005a59938325d1995 (diff)
downloadsamba-49b4d2e652c189fff2fa4b3a94aed2ba0477cc76.tar.gz
samba-49b4d2e652c189fff2fa4b3a94aed2ba0477cc76.tar.bz2
samba-49b4d2e652c189fff2fa4b3a94aed2ba0477cc76.zip
s3: Remove some remaining files.c globals to sconn
Diffstat (limited to 'source3/smbd/globals.c')
-rw-r--r--source3/smbd/globals.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/smbd/globals.c b/source3/smbd/globals.c
index 155629fa96..2f6e33b146 100644
--- a/source3/smbd/globals.c
+++ b/source3/smbd/globals.c
@@ -38,20 +38,6 @@ bool dfree_broken = false;
/* how many write cache buffers have been allocated */
unsigned int allocated_write_caches = 0;
-int real_max_open_files = 0;
-struct bitmap *file_bmap = NULL;
-int files_used = 0;
-struct fsp_singleton_cache fsp_fi_cache = {
- .fsp = NULL,
- .id = {
- .devid = 0,
- .inode = 0,
- .extid = 0
- }
-};
-unsigned long file_gen_counter = 0;
-int first_file = 0;
-
const struct mangle_fns *mangle_fns = NULL;
unsigned char *chartest = NULL;