commit | 08fe100d91bc09baca9eb22206f6b050286bd43c | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Tue Feb 17 13:46:10 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Feb 17 14:34:52 2015 -0800 |
tree | e7e631a14f9c20e5f4c3c299a1b09f2134f944bd | |
parent | e22553e2a25ed3f2a9c874088e0f20cdcd97c7b0 [diff] |
fs/affs: fix casting in printed messages - "inode.i_ino" is "unsigned long", - "loff_t" is always "unsigned long long", - "sector_t" should be cast to "unsigned long long" for printing, - "u32" should not be cast to "unsigned int" for printing. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>