From: Christoph Hellwig Date: Sat, 14 Nov 2009 16:17:22 +0000 (+0000) Subject: xfs: kill the STATIC_INLINE macro X-Git-Tag: v2.6.33-rc1~312^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8f82a4a6fc79fcb4b2eb81252020e04c9b49da5;p=pandora-kernel.git xfs: kill the STATIC_INLINE macro Remove our own STATIC_INLINE macro. For small function inside implementation files just use STATIC and let gcc inline it, and for those in headers do the normal static inline - they are all small enough to be inlined for debug builds, too. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Alex Elder --- Reading git-diff-tree failed