summaryrefslogtreecommitdiff
path: root/print-tree.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2013-12-10 18:17:10 +0100
committerChris Mason <clm@fb.com>2014-01-31 08:22:13 -0800
commitd47b4e4dd284a7668b517671d4dd5de35e8a912d (patch)
treecdaaa90a4dd6a95b17f0c89cd4136609c8566514 /print-tree.c
parentb085b145b6a476b0f864d741bdf1196a39a87fc0 (diff)
btrfs-progs: convert remaining uuid buffer declarations to BTRFS_UUID_UNPARSED_SIZE
Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'print-tree.c')
-rw-r--r--print-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-tree.c b/print-tree.c
index 716f4d37..9b90f9b5 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);