]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ext4: Signed arithmetic fix
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 9 Oct 2008 03:12:24 +0000 (23:12 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Oct 2008 03:12:24 +0000 (23:12 -0400)
commit5c79161689aede2d487d707d5931a22eadf66120
tree994177ca7118a515d23f0375ab080c216159d9c8
parent79f0be8d2e6ebde27dfb3beff18eb689d5c4e36c
ext4: Signed arithmetic fix

This patch converts some usage of ext4_fsblk_t to s64.  This is needed
so that some of the sign conversion works as expected in if loops.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/balloc.c
fs/ext4/ext4.h