mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-25 23:52:17 +00:00
btrfs-progs: Turning ON incompat isn't an error
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>
This commit is contained in:
parent
9df48a7d01
commit
4956a16711
3
mkfs.c
3
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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user