From: Chen Gang Date: Mon, 7 Apr 2014 14:18:56 +0000 (-0400) Subject: ext4: fix 64-bit number truncation warning X-Git-Tag: omap-for-v3.16/pm-signed~66^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=666525dfbdca09bbd4848ac711e4a4dbd6921325;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed