e2fsprogs/lib
Nick Dokos d62d218f11 libext2fs: Fix counting routines in blknum.c to take/return __u32 counts
Several routines in lib/ext2fs/blknum.c:

        ext2fs_bg_free_blocks_count()
        ext2fs_bg_free_inodes_count()
        ext2fs_bg_used_dirs_count()
        ext2fs_bg_itable_unused()

and their _set() counterparts, operate as if they are dealing with
blk64_t quantities, but they should be dealing with __u32 counts
instead.

Signed-off-by: Nick Dokos <nicholas.dokos@hp.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2009-09-07 21:13:59 -04:00
..
blkid blkid: support .ko.gz in modules.dep parser 2009-08-27 20:58:54 -04:00
e2p Add support for configure --enable-verbose-makecmds 2009-07-02 00:11:17 -04:00
et Add support for configure --enable-verbose-makecmds 2009-07-02 00:11:17 -04:00
ext2fs libext2fs: Fix counting routines in blknum.c to take/return __u32 counts 2009-09-07 21:13:59 -04:00
ss Add support for configure --enable-verbose-makecmds 2009-07-02 00:11:17 -04:00
uuid Add support for configure --enable-verbose-makecmds 2009-07-02 00:11:17 -04:00
Makefile.bsd-lib Fix profile, checker, and shared-library building on non-Linux platforms 2008-01-01 16:48:09 -05:00
Makefile.checker Add support for configure --enable-verbose-makecmds 2009-07-02 00:11:17 -04:00
Makefile.darwin-lib Add support for configure --enable-verbose-makecmds 2009-07-02 00:11:17 -04:00
Makefile.elf-lib Add support for configure --enable-verbose-makecmds 2009-07-02 00:11:17 -04:00
Makefile.library Add support for configure --enable-verbose-makecmds 2009-07-02 00:11:17 -04:00
Makefile.profile Add support for configure --enable-verbose-makecmds 2009-07-02 00:11:17 -04:00
Makefile.solaris-lib Add support for configure --enable-verbose-makecmds 2009-07-02 00:11:17 -04:00
fpopen.c Remove trailing whitespace for the entire source tree 2008-08-27 23:07:54 -04:00