From: Steven Whitehouse Date: Mon, 27 Feb 2006 22:23:27 +0000 (-0500) Subject: [GFS2] Macros removal in gfs2.h X-Git-Tag: v2.6.19-rc1~32^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c676f6d359b0404d53f542f02e1359583cb2895;p=pandora-kernel.git [GFS2] Macros removal in gfs2.h As suggested by Pekka Enberg . The DIV_RU macro is renamed DIV_ROUND_UP and and moved to kernel.h The other macros are gone from gfs2.h as (although not requested by Pekka Enberg) are a number of included header file which are now included individually. The inode number comparison function is now an inline function. The DT2IF and IF2DT may be addressed in a future patch. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed