On Tue, Jun 26, 2012 at 03:59:08AM -0000, Eric Sandeen wrote: > filefrag on a virtual fs like proc segfaults: > > # filefrag /proc/filesystems > Floating point exception > > because stat.f_blocks is 0, so the calculation of cylgroups is 0, > which leads to a divide by 0 when calculating expected extents. > > Since it's only used for ext2 filesystems anyway, just move > the calculation of expected under "if (is_ext2)" to fix this. > > Reported-by: Max Beikirch <maxnet@xxxxxxxxxxxxx> > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Applied, thanks. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html