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 --- print-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-tree.c') diff --git a/print-tree.c b/print-tree.c index 716f4d3..9b90f9b 100644 --- a/print-tree.c +++ b/print-tree.c @@ -378,7 +378,7 @@ static void print_root(struct extent_buffer *leaf, int slot) struct btrfs_root_item *ri; struct btrfs_root_item root_item; int len; - char uuid_str[128]; + char uuid_str[BTRFS_UUID_UNPARSED_SIZE]; ri = btrfs_item_ptr(leaf, slot, struct btrfs_root_item); len = btrfs_item_size_nr(leaf, slot); -- cgit v1.2.1