On Tue, Dec 05, 2017 at 12:15:38AM +0000, Kazuya Mio wrote: > e2freefrag prints incorrect free blocks count when the number of free blocks > is larger than 2^32. > To fix this problem, e2freefrag uses ext2fs_free_blocks_count(), > not fs->super->s_free_blocks_count. > > Signed-off-by: Kazuya Mio <k-mio@xxxxxxxxxxxxx> Thanks, applied. - Ted