claw: make use of DIV_ROUND_UP
authorJulia Lawall <julia@diku.dk>
Mon, 18 Feb 2008 13:41:55 +0000 (14:41 +0100)
committerJeff Garzik <jeff@garzik.org>
Sun, 24 Feb 2008 04:57:45 +0000 (23:57 -0500)
The kernel.h macro DIV_ROUND_UP performs the computation
(((n) + (d) - 1) / (d)) but is perhaps more readable.

Signed-off-by: Ursula Braun <braunu@de.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found