diff options
author | 2014-04-07 10:18:56 -0400 | |
---|---|---|
committer | 2014-04-07 10:18:56 -0400 | |
commit | 666525dfbdca09bbd4848ac711e4a4dbd6921325 (patch) | |
tree | da14afa4034f0e4a47eeb36b1d5b186b2c88792d /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfs (diff) | |
download | wireguard-linux-666525dfbdca09bbd4848ac711e4a4dbd6921325.tar.xz wireguard-linux-666525dfbdca09bbd4848ac711e4a4dbd6921325.zip |
ext4: fix 64-bit number truncation warning
'0x7FDEADBEEF' will be truncated to 32-bit number under unicore32. Need
append 'ULL' for it.
The related warning (with allmodconfig under unicore32):
CC [M] fs/ext4/extents_status.o
fs/ext4/extents_status.c: In function "__es_remove_extent":
fs/ext4/extents_status.c:813: warning: integer constant is too large for "long" type
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions