diff options
author | 2015-02-17 13:46:10 -0800 | |
---|---|---|
committer | 2015-02-17 14:34:52 -0800 | |
commit | 08fe100d91bc09baca9eb22206f6b050286bd43c (patch) | |
tree | e7e631a14f9c20e5f4c3c299a1b09f2134f944bd /scripts/gdb/linux/utils.py | |
parent | eventfd: don't take the spinlock in eventfd_poll (diff) | |
download | wireguard-linux-08fe100d91bc09baca9eb22206f6b050286bd43c.tar.xz wireguard-linux-08fe100d91bc09baca9eb22206f6b050286bd43c.zip |
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>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions