[XFS] Keep stack usage down for 4k stacks by using noinline.
[deliverable/linux.git] / fs / xfs / xfs_inode.c
index 44dfac5212856567195068f9570e65f8857709c5..cd518581a3bbb69e9ab926b282efff8e84c19ceb 100644 (file)
@@ -2125,7 +2125,7 @@ xfs_iunlink_remove(
        return 0;
 }
 
-static __inline__ int xfs_inode_clean(xfs_inode_t *ip)
+STATIC_INLINE int xfs_inode_clean(xfs_inode_t *ip)
 {
        return (((ip->i_itemp == NULL) ||
                !(ip->i_itemp->ili_format.ilf_fields & XFS_ILOG_ALL)) &&
This page took 0.026204 seconds and 5 git commands to generate.