[XFS] Keep stack usage down for 4k stacks by using noinline.
[deliverable/linux.git] / fs / xfs / xfs_ialloc.c
index a446e5a115c6bad4f60ece30a66d325f7da6a41f..b5feb3e77116258a21eff655dc62304951fb35d2 100644 (file)
@@ -342,7 +342,7 @@ xfs_ialloc_ag_alloc(
        return 0;
 }
 
-STATIC __inline xfs_agnumber_t
+STATIC_INLINE xfs_agnumber_t
 xfs_ialloc_next_ag(
        xfs_mount_t     *mp)
 {
This page took 0.028567 seconds and 5 git commands to generate.