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:
9df48a7
)
btrfs-progs: Turning ON incompat isn't an error
author
Anand Jain
<anand.jain@oracle.com>
Mon, 2 Dec 2013 06:11:53 +0000
(14:11 +0800)
committer
Chris Mason
<clm@fb.com>
Fri, 31 Jan 2014 16:22:10 +0000
(08:22 -0800)
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
mkfs.c
patch
|
blob
|
history
diff --git
a/mkfs.c
b/mkfs.c
index
daabf13
..
1350ee1
100644
(file)
--- a/
mkfs.c
+++ b/
mkfs.c
@@
-1195,8
+1195,7
@@
static void process_fs_features(u64 flags)
for (i = 0; i < ARRAY_SIZE(mkfs_features); i++) {
if (flags & mkfs_features[i].flag) {
- fprintf(stderr,
- "Turning ON incompat feature '%s': %s\n",
+ printf("Turning ON incompat feature '%s': %s\n",
mkfs_features[i].name,
mkfs_features[i].desc);
}