summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-03-23 19:49:51 +0100
committerDavid Sterba <dsterba@suse.cz>2015-04-07 19:25:16 +0200
commit39b3d7c77a551b7c6b2063789797fceeae22b346 (patch)
tree07e532f7d67be372480cea1ede20c5b0342bc54c /utils.h
parent7ea86ad28239cfb444cb13951bc536223c9d3da2 (diff)
downloadbtrfs-progs-39b3d7c77a551b7c6b2063789797fceeae22b346.tar.gz
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 <dsterba@suse.cz>
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index 4903976..b2748c0 100644
--- a/utils.h
+++ b/utils.h
@@ -85,7 +85,7 @@ void set_argv0(char **argv);
void units_set_mode(unsigned *units, unsigned mode);
void units_set_base(unsigned *units, unsigned base);
-void btrfs_list_all_fs_features(void);
+void btrfs_list_all_fs_features(u64 mask_disallowed);
char* btrfs_parse_fs_features(char *namelist, u64 *flags);
void btrfs_process_fs_features(u64 flags);