Whamcloud - gitweb
Fix potential infinite loop in e2fsck on really big filesystems
authorTheodore Ts'o <tytso@mit.edu>
Mon, 2 Apr 2007 23:27:44 +0000 (19:27 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 2 Apr 2007 23:27:44 +0000 (19:27 -0400)
commit641b66bc7ee0a880b0eb0125dff5f8ed8dd5a160
treecad85c674bb8720f7dd553d8bcc559f4c890dcf1
parent51764fb1040ab671beb0336cb7b9909830947552
Fix potential infinite loop in e2fsck on really big filesystems

Prevent floating point precision errors on really big filesystems from
causing the search interpolation algorithm in the icount abstraction
from looping forever.

Addresses Debian Bug: #411838

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ChangeLog
lib/ext2fs/icount.c