* [PATCH] Btrfs: warn user that this release is experimental
@ 2009-01-08 16:29 jim owens
0 siblings, 0 replies; only message in thread
From: jim owens @ 2009-01-08 16:29 UTC (permalink / raw)
To: linux-btrfs
Post wiki pointer message for getting version
status, limitations, and known problems.
Signed-off-by: jim owens <jowens@hp.com>
---
mkfs.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/mkfs.c b/mkfs.c
index cb21db6..d664254 100644
--- a/mkfs.c
+++ b/mkfs.c
@@ -403,6 +403,9 @@ int main(int ac, char **av)
if (ac == 0)
print_usage();
+ printf("\nWARNING! - %s IS EXPERIMENTAL\n", BTRFS_BUILD_VERSION);
+ printf("WARNING! - see http://btrfs.wiki.kernel.org before using\n\n");
+
file = av[optind++];
ret = check_mounted(file);
if (ret < 0) {
--
1.5.4.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-08 16:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-08 16:29 [PATCH] Btrfs: warn user that this release is experimental jim owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox