diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/send.c b/fs/btrfs/send.c index 84aed2f30aa2..aa60cbe7066c 100644 --- a/fs/btrfs/send.c +++ b/fs/btrfs/send.c | |||
@@ -2095,7 +2095,7 @@ static int send_subvol_begin(struct send_ctx *sctx) | |||
2095 | char *name = NULL; | 2095 | char *name = NULL; |
2096 | int namelen; | 2096 | int namelen; |
2097 | 2097 | ||
2098 | path = alloc_path_for_send(); | 2098 | path = btrfs_alloc_path(); |
2099 | if (!path) | 2099 | if (!path) |
2100 | return -ENOMEM; | 2100 | return -ENOMEM; |
2101 | 2101 | ||