From 39b3d7c77a551b7c6b2063789797fceeae22b346 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 23 Mar 2015 19:49:51 +0100 Subject: btrfs-progs: print fs features filtered by a mask mkfs and convert will not support the same features, -O will print only the list according to the given mask. Signed-off-by: David Sterba --- mkfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkfs.c') diff --git a/mkfs.c b/mkfs.c index 59486bd6..8eab0e59 100644 --- a/mkfs.c +++ b/mkfs.c @@ -1208,7 +1208,7 @@ int main(int ac, char **av) } free(orig); if (features & BTRFS_FEATURE_LIST_ALL) { - btrfs_list_all_fs_features(); + btrfs_list_all_fs_features(0); exit(0); } break; -- cgit v1.2.3