Btrfs-progs: fix the min ticks check in print_seek_histogram
authorJosef Bacik <jbacik@fusionio.com>
Fri, 20 Sep 2013 17:51:31 +0000 (13:51 -0400)
committerChris Mason <chris.mason@fusionio.com>
Wed, 16 Oct 2013 12:23:11 +0000 (08:23 -0400)
commit1b10eaa8e1d453d65f571db47cd2207041835451
tree888ebc82e7ee77633a256e7622400048cb8aa7bf
parent25d82d222944a234a006d8828fa20329a370c807
Btrfs-progs: fix the min ticks check in print_seek_histogram

Before I had been dividing by 5 but that gave me too much output so I changed it
to 20 without changing the min seeks test.  Fix this to avoid a divide by 0
problem.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
btrfs-calc-size.c