summaryrefslogtreecommitdiff
path: root/print-tree.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-08-31 16:34:15 +0200
committerDavid Sterba <dsterba@suse.com>2017-09-08 16:15:05 +0200
commit1224f7343eae4d74f8e08e314c6e5b3a910dac5a (patch)
treed9df51a978f79d4b854e5672428b4cba613463c4 /print-tree.h
parentb3d343fc9c45f150773b3792bdb960509a9ef483 (diff)
btrfs-progs: print-tree: rename item callbacks to match the key name
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'print-tree.h')
-rw-r--r--print-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-tree.h b/print-tree.h
index 9865500b..df58b846 100644
--- a/print-tree.h
+++ b/print-tree.h
@@ -22,7 +22,7 @@
void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l);
void btrfs_print_tree(struct btrfs_root *root, struct extent_buffer *t, int follow);
void btrfs_print_key(struct btrfs_disk_key *disk_key);
-void print_chunk(struct extent_buffer *eb, struct btrfs_chunk *chunk);
+void print_chunk_item(struct extent_buffer *eb, struct btrfs_chunk *chunk);
void print_extent_item(struct extent_buffer *eb, int slot, int metadata);
void print_objectid(FILE *stream, u64 objectid, u8 type);
void print_key_type(FILE *stream, u64 objectid, u8 type);