xfs: kill the STATIC_INLINE macro
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_buf.c
index 81123748073485e997e288e986021701d1f1723b..4ddc973aea7ab0a99e67e97a0fadb97b3567f31f 100644 (file)
@@ -149,7 +149,7 @@ page_region_mask(
        return mask;
 }
 
-STATIC_INLINE void
+STATIC void
 set_page_region(
        struct page     *page,
        size_t          offset,
@@ -161,7 +161,7 @@ set_page_region(
                SetPageUptodate(page);
 }
 
-STATIC_INLINE int
+STATIC int
 test_page_region(
        struct page     *page,
        size_t          offset,
@@ -1113,7 +1113,7 @@ xfs_bdwrite(
        xfs_buf_delwri_queue(bp, 1);
 }
 
-STATIC_INLINE void
+STATIC void
 _xfs_buf_ioend(
        xfs_buf_t               *bp,
        int                     schedule)
This page took 0.027156 seconds and 5 git commands to generate.