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.1/fixes-rc1~293^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d22071293f17eedc96df25093d8e99d09cd76463;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 Acked-by: Geert Uytterhoeven Signed-off-by: Chris Mason --- Reading git-diff-tree failed