linux/fs/xfs/support
Christoph Hellwig b8f82a4a6f 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>
2009-12-11 15:11:22 -06:00
..
debug.c Fix xfs debug build breakage by pushing xfs_error.h after 2009-03-15 08:10:25 -05:00
debug.h xfs: kill the STATIC_INLINE macro 2009-12-11 15:11:22 -06:00
ktrace.c [XFS] Remove unused variable in ktrace_free() 2008-12-05 13:31:51 +11:00
ktrace.h [XFS] Use power-of-2 sized buffers to reduce overhead 2008-04-18 11:40:04 +10:00
uuid.c xfs: cleanup uuid handling 2009-03-30 10:21:31 +02:00
uuid.h xfs: cleanup uuid handling 2009-03-30 10:21:31 +02:00