Btrfs: cleanup duplicated division functions
authorMiao Xie <miaox@cn.fujitsu.com>
Thu, 13 Sep 2012 10:51:36 +0000 (04:51 -0600)
committerJosef Bacik <jbacik@fusionio.com>
Tue, 11 Dec 2012 18:31:30 +0000 (13:31 -0500)
div_factor{_fine} has been implemented for two times, cleanup it.
And I move them into a independent file named math.h because they are
common math functions.

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>

No differences found