[XFS] replace "extern inline" with "static inline" Patch from Adrian Bunk
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_buf.h
index 4b7fe3b5e460f6524261f2c0c8a81687776874d1..67c19f7992325ee57d743f3f77e0123a9b39588d 100644 (file)
@@ -444,7 +444,7 @@ extern void pagebuf_trace(
 
 #define XFS_BUF_PTR(bp)                (xfs_caddr_t)((bp)->pb_addr)
 
-extern inline xfs_caddr_t xfs_buf_offset(xfs_buf_t *bp, size_t offset)
+static inline xfs_caddr_t xfs_buf_offset(xfs_buf_t *bp, size_t offset)
 {
        if (bp->pb_flags & PBF_MAPPED)
                return XFS_BUF_PTR(bp) + offset;
This page took 0.027529 seconds and 5 git commands to generate.