From d47b4e4dd284a7668b517671d4dd5de35e8a912d Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 10 Dec 2013 18:17:10 +0100 Subject: btrfs-progs: convert remaining uuid buffer declarations to BTRFS_UUID_UNPARSED_SIZE Signed-off-by: David Sterba Signed-off-by: Chris Mason --- cmds-receive.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmds-receive.c') diff --git a/cmds-receive.c b/cmds-receive.c index 95dc3ec4..ed441076 100644 --- a/cmds-receive.c +++ b/cmds-receive.c @@ -78,7 +78,7 @@ static int finish_subvol(struct btrfs_receive *r) int ret; int subvol_fd = -1; struct btrfs_ioctl_received_subvol_args rs_args; - char uuid_str[128]; + char uuid_str[BTRFS_UUID_UNPARSED_SIZE]; u64 flags; if (r->cur_subvol == NULL) @@ -149,7 +149,7 @@ static int process_subvol(const char *path, const u8 *uuid, u64 ctransid, int ret; struct btrfs_receive *r = user; struct btrfs_ioctl_vol_args args_v1; - char uuid_str[128]; + char uuid_str[BTRFS_UUID_UNPARSED_SIZE]; ret = finish_subvol(r); if (ret < 0) @@ -196,7 +196,7 @@ static int process_snapshot(const char *path, const u8 *uuid, u64 ctransid, { int ret; struct btrfs_receive *r = user; - char uuid_str[128]; + char uuid_str[BTRFS_UUID_UNPARSED_SIZE]; struct btrfs_ioctl_vol_args_v2 args_v2; struct subvol_info *parent_subvol = NULL; -- cgit v1.2.3