diff options
author | Julia Lawall <julia@diku.dk> | 2008-02-18 13:41:55 (GMT) |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2008-02-24 04:57:45 (GMT) |
commit | f5154fbf4902744cdd2bb7548487ceaac9840fd2 (patch) | |
tree | ffafe109911852c73c1d3f25f4e4ec1c259b3a72 /fs/msdos | |
parent | 61da96be07ec860e260ca4af0199b9d48d000b80 (diff) | |
download | linux-fsl-qoriq-f5154fbf4902744cdd2bb7548487ceaac9840fd2.tar.xz |
claw: make use of DIV_ROUND_UP
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>
Diffstat (limited to 'fs/msdos')
0 files changed, 0 insertions, 0 deletions