Whamcloud - gitweb
resize2fs: fix free blocks count sanity check for 64-bit file systems
authorTheodore Ts'o <tytso@mit.edu>
Thu, 2 Nov 2017 13:36:37 +0000 (09:36 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 2 Nov 2017 13:36:37 +0000 (09:36 -0400)
commit37e7426debda6cb4058f18a5f1fd5d0851536468
treea073a13df9682e5295884bddf85f4c386eb173a5
parent948738500901f05ed17ee3e6472f2512b9cb45d9
resize2fs: fix free blocks count sanity check for 64-bit file systems

The sanity check that the free blocks count is not insane could fail
with a false positive on 64-bit file systems.  Fix it.

Reported-by: Ian Astle <iastle@ott-fortimail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
resize/main.c