In order to make error injection triggering easier make xfs_buf_ioapply_map STATIC so it's noinline and can be kprobe'ed. Signed-off-by: Josef Bacik <josef@xxxxxxxxxxxxxx> --- fs/xfs/xfs_buf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index b21ea2ba768d..341bdb55b650 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c @@ -1327,7 +1327,7 @@ xfs_buf_bio_end_io( bio_put(bio); } -static void +STATIC void xfs_buf_ioapply_map( struct xfs_buf *bp, int map, -- 2.14.3