s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameter
authorDavid Disseldorp <ddiss@samba.org>
Mon, 16 Feb 2015 18:26:24 +0000 (19:26 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 17 Feb 2015 04:37:20 +0000 (05:37 +0100)
commit41c4666a726d3fbe234bcb8b38bd24c62799598f
treee1592fcc63cdef1a9feb0b29e2ebb2dda15120e5
parent4ab0e57f1073e776b8832f5edc3dca04ef903fef
s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameter

The small_query parameter for SMB_VFS_DISK_FREE() was, prior to the
previous commit, used to obtain 16-bit wide free-space information for
the deprecated dskattr SMB_COM_QUERY_INFORMATION_DISK command.

With the dskattr handler now performing the 16-bit collapse directly,
the small_query parameter can be removed from the entire code path.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Feb 17 05:37:20 CET 2015 on sn-devel-104
19 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_cap.c
source3/modules/vfs_ceph.c
source3/modules/vfs_default.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_glusterfs.c
source3/modules/vfs_gpfs.c
source3/modules/vfs_shadow_copy2.c
source3/modules/vfs_snapper.c
source3/modules/vfs_time_audit.c
source3/smbd/dfree.c
source3/smbd/proto.h
source3/smbd/reply.c
source3/smbd/trans2.c
source3/smbd/vfs.c
source3/torture/cmd_vfs.c