]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
btrfs: Use correct format specifier
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jun 2016 16:11:10 +0000 (18:11 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 17 Jun 2016 16:32:40 +0000 (18:32 +0200)
commit16ff4b454f1b56e8d89a9075feed0dd6ac510c3d
treeb2f4984c67e4327b06e0d5373c468a12063338ee
parent719da39a61173c849f70656ed1a302e4b6deaa5b
btrfs: Use correct format specifier

Component mirror_num of struct btrfsic_block is defined
as unsigned int. Use %u as format specifier.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/check-integrity.c