commit | 41d6b13ea7b459cd51d4446c9b264128a52db993 | [log] [tgz] |
---|---|---|
author | Fabian Frederick <fabf@skynet.be> | Sat Feb 14 13:10:22 2015 +0100 |
committer | David Sterba <dsterba@suse.cz> | Mon Feb 16 18:48:44 2015 +0100 |
tree | 94d0dc86d644275c229fa23168a64064ea62af00 | |
parent | 08da757d3f29e9d33480ae1c44b557a2514d70c5 [diff] |
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 <fabf@skynet.be> Signed-off-by: David Sterba <dsterba@suse.cz>