All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: mkfs: remove experimental tag
@ 2014-07-31 12:21 David Sterba
  2014-08-01  3:16 ` Satoru Takeuchi
  2014-08-01 16:38 ` Kyle Gates
  0 siblings, 2 replies; 4+ messages in thread
From: David Sterba @ 2014-07-31 12:21 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

Make it consistent with kernel status and documentation.

Signed-off-by: David Sterba <dsterba@suse.cz>
---
 mkfs.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/mkfs.c b/mkfs.c
index 16e92221a547..538b6e6837b2 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -1439,8 +1439,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\n\n");
 
 	dev_cnt--;
 
@@ -1597,7 +1597,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) {
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-01 16:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-31 12:21 [PATCH] btrfs-progs: mkfs: remove experimental tag David Sterba
2014-08-01  3:16 ` Satoru Takeuchi
2014-08-01 16:38 ` Kyle Gates
2014-08-01 16:50   ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.