projects
/
platform
/
upstream
/
btrfs-progs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72359e8
)
Fix mispatch of the experimental warnings
author
Chris Mason
<chris.mason@oracle.com>
Sun, 11 Jan 2009 12:58:35 +0000
(07:58 -0500)
committer
Chris Mason
<chris.mason@oracle.com>
Sun, 11 Jan 2009 12:58:35 +0000
(07:58 -0500)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
mkfs.c
patch
|
blob
|
history
diff --git
a/mkfs.c
b/mkfs.c
index
cb21db6
..
d664254
100644
(file)
--- 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) {