btrfs-progs: dump-tree: constify char argument in print_root_ref

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2016-11-02 10:26:33 +01:00
parent a15294f0c4
commit 17a9d9013d
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ static void print_extent_ref_v0(struct extent_buffer *eb, int slot)
}
#endif
static void print_root_ref(struct extent_buffer *leaf, int slot, char *tag)
static void print_root_ref(struct extent_buffer *leaf, int slot, const char *tag)
{
struct btrfs_root_ref *ref;
char namebuf[BTRFS_NAME_LEN];