From dbf16fe5e4317e432525b5d3a36d31e77e4c5a5a Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 10 Nov 2016 18:23:01 +0100 Subject: [PATCH] btrfs-progs: mkfs: print the new UUID Unless the uuid is specified as the command line option, it's not printed in the summary. Signed-off-by: David Sterba --- mkfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkfs.c b/mkfs.c index baff7067..e501a939 100644 --- a/mkfs.c +++ b/mkfs.c @@ -1895,7 +1895,7 @@ raid_groups: char features_buf[64]; printf("Label: %s\n", label); - printf("UUID: %s\n", fs_uuid); + printf("UUID: %s\n", mkfs_cfg.fs_uuid); printf("Node size: %u\n", nodesize); printf("Sector size: %u\n", sectorsize); printf("Filesystem size: %s\n",