Btrfs-progs: cleanup duplicated division functions
authorEric Sandeen <sandeen@redhat.com>
Fri, 26 Apr 2013 21:06:07 +0000 (16:06 -0500)
committerDavid Sterba <dsterba@suse.cz>
Fri, 9 Aug 2013 12:32:28 +0000 (14:32 +0200)
commitba4f8cb41141ce5c03eb480c66ef7730eecf2efd
tree92c05d43d48f855a13a3bf2954c71d9711b7ab29
parent37003d3627369162e05f95e8b3b244a012a46589
Btrfs-progs: cleanup duplicated division functions

div_factor 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.

[Eric Sandeen: port kernel commit 3fed40c to userspace]

Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
extent-tree.c
math.h [new file with mode: 0644]
volumes.c