]> 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@waya.furryterror.org>
Wed, 17 Aug 2016 02:38:06 +0000 (22:38 -0400)
commitfffa57db4a4a6bba520c6abfcf1a2dcdda260b45
tree76ee7fef819549bfc057762732a784ff64d6f43c
parent7367f5d1b4d68d26b4f0d1103461696c6fabd50d
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