diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c index 84aed2f30aa272efda7434ff24f1ffeac890429c..aa60cbe7066ca8f3b720cca8e25aec6e0e046c8f 100644 --- a/fs/btrfs/send.c +++ b/fs/btrfs/send.c @@ -2095,7 +2095,7 @@ static int send_subvol_begin(struct send_ctx *sctx) char *name = NULL; int namelen; - path = alloc_path_for_send(); + path = btrfs_alloc_path(); if (!path) return -ENOMEM;