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>
Showing
- fs/xfs/linux-2.6/xfs_aops.c 1 addition, 1 deletionfs/xfs/linux-2.6/xfs_aops.c
- fs/xfs/linux-2.6/xfs_buf.c 3 additions, 3 deletionsfs/xfs/linux-2.6/xfs_buf.c
- fs/xfs/support/debug.h 0 additions, 18 deletionsfs/xfs/support/debug.h
- fs/xfs/xfs_attr_leaf.c 1 addition, 1 deletionfs/xfs/xfs_attr_leaf.c
- fs/xfs/xfs_bmap_btree.c 1 addition, 2 deletionsfs/xfs/xfs_bmap_btree.c
- fs/xfs/xfs_filestream.h 4 additions, 4 deletionsfs/xfs/xfs_filestream.h
- fs/xfs/xfs_ialloc.c 1 addition, 1 deletionfs/xfs/xfs_ialloc.c
- fs/xfs/xfs_mount.c 4 additions, 4 deletionsfs/xfs/xfs_mount.c
- fs/xfs/xfs_mount.h 2 additions, 2 deletionsfs/xfs/xfs_mount.h
Loading
Please register or sign in to comment