From 3d1ed6d152107b03c26935a8486af47e22685150 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 23 Oct 2014 19:05:31 +0200 Subject: btrfs-progs: move group type and profile pretty printers to utils Move and add the btrfs_ prefix. Signed-off-by: David Sterba --- utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 289e86b..6948adb 100644 --- a/utils.h +++ b/utils.h @@ -160,5 +160,7 @@ static inline u64 btrfs_min_dev_size(u32 leafsize) } int find_next_key(struct btrfs_path *path, struct btrfs_key *key); +char* btrfs_group_type_str(u64 flag); +char* btrfs_group_profile_str(u64 flag); #endif -- cgit v1.2.1