xfs: kill the STATIC_INLINE macro
authorChristoph Hellwig <hch@infradead.org>
Sat, 14 Nov 2009 16:17:22 +0000 (16:17 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 11 Dec 2009 21:11:22 +0000 (15:11 -0600)
commitb8f82a4a6fc79fcb4b2eb81252020e04c9b49da5
tree4f6c6d123e39ea80d43927398c279f29ca1143ef
parent5683f53e36235234f7861909fdff878ff1f1bb20
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 <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_aops.c
fs/xfs/linux-2.6/xfs_buf.c
fs/xfs/support/debug.h
fs/xfs/xfs_attr_leaf.c
fs/xfs/xfs_bmap_btree.c
fs/xfs/xfs_filestream.h
fs/xfs/xfs_ialloc.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h