JFS: use DIV_ROUND_UP where appropriate
authorShaun Zinck <shaun.zinck@gmail.com>
Fri, 31 Aug 2007 17:57:28 +0000 (12:57 -0500)
committerDave Kleikamp <shaggy@linux.vnet.ibm.com>
Thu, 3 Jan 2008 19:11:59 +0000 (13:11 -0600)
commita7fe0ba7eee4f7c53077ff2bed2b581db17d00df
treedeb781f85fb5adfd7b4370de8563331b9026bc58
parent1eb3a711d6a1c8a4697a2e89d09048353b8aefd3
JFS: use DIV_ROUND_UP where appropriate

This replaces some macros and code, which do the same thing as DIV_ROUND_UP
defined in kernel.h, to use the DIV_ROUND_UP macro.

Signed-off-by: Shaun Zinck <shaun.zinck@gmail.com>
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
fs/jfs/jfs_dtree.h
fs/jfs/resize.c