diff options
Diffstat (limited to 'source3/smbd/fileio.c')
-rw-r--r-- | source3/smbd/fileio.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/smbd/fileio.c b/source3/smbd/fileio.c index 30253d44664..3e3f0943b3d 100644 --- a/source3/smbd/fileio.c +++ b/source3/smbd/fileio.c @@ -20,6 +20,7 @@ */ #include "includes.h" +#include "smbd/globals.h" static bool setup_write_cache(files_struct *, SMB_OFF_T); @@ -109,9 +110,6 @@ tryagain: return(ret); } -/* how many write cache buffers have been allocated */ -static unsigned int allocated_write_caches; - /**************************************************************************** *Really* write to a file. ****************************************************************************/ |