drbd: restore compatibility with 32bit kernels
authorLars Ellenberg <lars.ellenberg@linbit.com>
Thu, 11 Nov 2010 21:41:04 +0000 (22:41 +0100)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 10 Mar 2011 10:19:13 +0000 (11:19 +0100)
commit4896e8c1b8fb7e46a65a6676e271fc047a260a3e
treeac06646292c04907e9cca866a2d8d81b7a92fa83
parent1816a2b47afae838e53a177d5d166cc7be97d6b5
drbd: restore compatibility with 32bit kernels

With commit
drbd: further converge progress display of resync and online-verify
accidentally an u64/u64 div was introduced, causing an unresolvable
symbol __udivdi3 to be reference. Actually for that division, 32bit are
still suficient for now, so we can revert to unsigned long instead.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_proc.c