summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
authorIra Cooper <ira@samba.org>2013-02-06 13:35:25 +0000
committerJeremy Allison <jra@samba.org>2013-02-08 21:44:37 +0100
commit233b32b771188a6b9ee730a2a202023370e80746 (patch)
tree557443a4d082cb0e30b56451bf4b0958710e3043 /source3/smbd/globals.h
parentbeb6c13e9a8c317bca240e875d9e3bcd940a02fb (diff)
downloadsamba-233b32b771188a6b9ee730a2a202023370e80746.tar.gz
samba-233b32b771188a6b9ee730a2a202023370e80746.tar.bz2
samba-233b32b771188a6b9ee730a2a202023370e80746.zip
s3: Make SMB2_GETINFO multi-volume aware.
Not all shares are a single volume. Some actually expose multiple volumes under a single share. In these cases showing the amount of space free as the space free at the base of the directory heirarchy is wrong. Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Feb 8 21:44:37 CET 2013 on sn-devel-104
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h
index 4a86697d48..6ead9626a5 100644
--- a/source3/smbd/globals.h
+++ b/source3/smbd/globals.h
@@ -155,6 +155,7 @@ NTSTATUS smbd_do_qfsinfo(connection_struct *conn,
uint16_t info_level,
uint16_t flags2,
unsigned int max_data_bytes,
+ struct smb_filename *smb_fname,
char **ppdata,
int *ret_data_len);