s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead of const...
authorJeremy Allison <jra@samba.org>
Tue, 23 May 2017 17:40:47 +0000 (10:40 -0700)
committerJeremy Allison <jra@samba.org>
Sun, 18 Jun 2017 00:49:24 +0000 (02:49 +0200)
commit0037815453fa6141d3c0325c3ab197326324ab53
treeae4e2c3ce95ad38c9eec5dbaf492c04aee636a34
parent730de8e091879a53493a0c96b542603cd52174a2
s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead of const char *.

We need to migrate all pathname based VFS calls to use a struct
to finish modernising the VFS with extra timestamp and flags parameters.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
17 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_fake_dfq.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/vfs.c
source3/torture/cmd_vfs.c