mirror of
https://github.com/kdave/btrfs-progs
synced 2025-03-11 05:07:51 +00:00
btrfs-progs: dump-tree: constify char argument in print_root_ref
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
a15294f0c4
commit
17a9d9013d
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user