vfs: add path parameter to get_quota
[bbaumbach/samba-autobuild/.git] / source3 / modules / vfs_ceph.c
index 0113faa1247cae74773901a6a4425f01fb224c41..2bc387af794606d1cc9bed4aa90698f3a3e114e1 100644 (file)
@@ -185,7 +185,9 @@ static uint64_t cephwrap_disk_free(struct vfs_handle_struct *handle,
        }
 }
 
-static int cephwrap_get_quota(struct vfs_handle_struct *handle,  enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *qt)
+static int cephwrap_get_quota(struct vfs_handle_struct *handle,
+                             const char *path, enum SMB_QUOTA_TYPE qtype,
+                             unid_t id, SMB_DISK_QUOTA *qt)
 {
        /* libceph: Ceph does not implement this */
 #if 0