summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2014-07-31 14:16:50 +0200
committerDavid Sterba <dsterba@suse.cz>2014-08-22 15:07:03 +0200
commit515f8fa14a7682a5d5b399c6aa1d97230c72428a (patch)
tree8802666ca0885df6f246342bf4e2030c4336276b
parent2ac5cdf79f5ffb4f9e6c50cd56ab0abca257a390 (diff)
btrfs-progs: mkfs: remove experimental tag
Make it consistent with kernel status and documentation. Reviewed-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
-rw-r--r--mkfs.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mkfs.c b/mkfs.c
index d980d4aa..0cbbf0b5 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -1489,8 +1489,8 @@ int main(int ac, char **av)
}
/* if we are here that means all devs are good to btrfsify */
- printf("\nWARNING! - %s IS EXPERIMENTAL\n", BTRFS_BUILD_VERSION);
- printf("WARNING! - see http://btrfs.wiki.kernel.org before using\n\n");
+ printf("%s\n", BTRFS_BUILD_VERSION);
+ printf("See http://btrfs.wiki.kernel.org for more information.\n\n");
dev_cnt--;
@@ -1647,7 +1647,6 @@ raid_groups:
label, first_file, nodesize, leafsize, sectorsize,
pretty_size(btrfs_super_total_bytes(root->fs_info->super_copy)));
- printf("%s\n", BTRFS_BUILD_VERSION);
btrfs_commit_transaction(trans, root);
if (source_dir_set) {