From: Fabian Frederick Date: Sat, 14 Feb 2015 12:10:22 +0000 (+0100) Subject: btrfs: fix sizeof format specifier in btrfs_check_super_valid() X-Git-Tag: omap-for-v4.2/o2_dc~33^2~58^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41d6b13ea7b459cd51d4446c9b264128a52db993;p=pandora-kernel.git btrfs: fix sizeof format specifier in btrfs_check_super_valid() This patch fixes mips compilation warning: fs/btrfs/disk-io.c: In function 'btrfs_check_super_valid': fs/btrfs/disk-io.c:3927:21: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'unsigned int' [-Wformat] Signed-off-by: Fabian Frederick Signed-off-by: David Sterba --- Reading git-diff-tree failed