commit | 930631edd4b1fe2781d9fe90edbe35d89dfc94cc | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Sep 25 23:32:40 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Sep 26 08:48:58 2006 -0700 |
tree | 24341082c9043742e45f7865f54ad3223e2fd89e | |
parent | 060ec3d52db417a4fa554b6e14594ca62418c326 [diff] |
[PATCH] add DIV_ROUND_UP() Add the DIV_ROUND_UP() helper macro: divide `n' by `d', rounding up. Stolen from the gfs2 tree(!) because the swsusp patches need it. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>