diff --git a/mkfs/common.h b/mkfs/common.h index 00f219a8..666a75b3 100644 --- a/mkfs/common.h +++ b/mkfs/common.h @@ -30,7 +30,7 @@ struct btrfs_mkfs_config { /* Label of the new filesystem */ - char *label; + const char *label; /* Blck sizes */ u32 nodesize; u32 sectorsize;