commit | 5c79161689aede2d487d707d5931a22eadf66120 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Wed Oct 08 23:12:24 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Oct 08 23:12:24 2008 -0400 |
tree | 994177ca7118a515d23f0375ab080c216159d9c8 | |
parent | 79f0be8d2e6ebde27dfb3beff18eb689d5c4e36c [diff] |
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>