commit | 03fa6f8ae28a87018325c892f731097cc97d9eac | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Nov 16 10:03:00 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Nov 16 10:06:59 2008 -0500 |
tree | 0b0f71639b35565fecbd40189c3dfec4fbb52f54 | |
parent | dd20e25f062fbf39da2163f20adb676d0c487b8d [diff] |
Fix various signed/unsigned gcc warnings Some of these could affect filesystems between 2^31 and 2^32-1 blocks. Thanks to Valerie Aurora Henson for pointing out the problems in lib/ext2fs/alloc_tables.c, which led me to do a "make gcc-wall" scan over the source tree. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>