From 01ec91334bad1bdfb395a267aa5f7aac603f6145 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 1 Feb 2016 16:06:18 +0100 Subject: [PATCH] s3:vfs:glusterfs: fix build after quota changes. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11715 Signed-off-by: Michael Adam Reviewed-by: Uri Simchoni Autobuild-User(master): Uri Simchoni Autobuild-Date(master): Mon Feb 1 22:09:18 CET 2016 on sn-devel-144 --- source3/modules/vfs_glusterfs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c index f32f598..427b985 100644 --- a/source3/modules/vfs_glusterfs.c +++ b/source3/modules/vfs_glusterfs.c @@ -296,6 +296,7 @@ static uint64_t vfs_gluster_disk_free(struct vfs_handle_struct *handle, } static int vfs_gluster_get_quota(struct vfs_handle_struct *handle, + const char *path, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt) { -- 2.5.0