]> git.hungrycats.org Git - linux/commit
btrfs: Use correct format specifier
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jun 2016 16:11:10 +0000 (18:11 +0200)
committerZygo Blaxell <zblaxell@thirteen.furryterror.org>
Sat, 18 Jun 2016 14:25:29 +0000 (10:25 -0400)
commit45a157f77ba647735a1e6f55b1d3ecfd150853c2
treeb6a36501f23b0defb65f81755a1d077d8ca2a3ae
parent62329d766a25509f8373d288c0833081c991b572
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>
(cherry picked from commit 16ff4b454f1b56e8d89a9075feed0dd6ac510c3d)
fs/btrfs/check-integrity.c