vfs: add path parameter to get_quota
authorUri Simchoni <uri@samba.org>
Sun, 10 Jan 2016 11:29:25 +0000 (13:29 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 26 Jan 2016 14:58:12 +0000 (15:58 +0100)
commitc464b9e46069a741014333135728a9342ffa45cb
treec8ab696528bf6629d24eadda0fd91dcffd885f6c
parentf71761c47a4c3b160b60c25a56e01a7a887992ab
vfs: add path parameter to get_quota

Adding a path parameter would allow the VFS get_quota
function to be used for determining the quota/usage
when calculating size and free spacei.

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
12 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source3/include/vfs.h
source3/include/vfs_macros.h
source3/modules/vfs_ceph.c
source3/modules/vfs_default.c
source3/modules/vfs_default_quota.c
source3/modules/vfs_fake_dfq.c
source3/modules/vfs_full_audit.c
source3/modules/vfs_time_audit.c
source3/smbd/ntquotas.c
source3/smbd/vfs.c