SQ btrfs: add base_path arg to btrfs_snap_delete_send
authorDavid Disseldorp <ddiss@samba.org>
Sun, 14 Oct 2012 21:45:21 +0000 (23:45 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Mon, 15 Apr 2013 16:15:19 +0000 (18:15 +0200)
source3/modules/vfs_btrfs.c

index 3830e882699de1bb7ad3719b4ee4ceea61226ebb..115e011f6c337d002d9b223fe66d025373580a14 100644 (file)
@@ -401,6 +401,7 @@ static NTSTATUS btrfs_snap_create_recv(struct vfs_handle_struct *handle,
 static struct tevent_req *btrfs_snap_delete_send(struct vfs_handle_struct *handle,
                                                 TALLOC_CTX *mem_ctx,
                                                 struct tevent_context *ev,
+                                                char *base_path,
                                                 char *snap_path)
 {
        struct tevent_req *req;