]> git.karo-electronics.de Git - linux-beck.git/commitdiff
xfs: make xfs_buf_ioend_async() static
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Mon, 4 Jan 2016 05:10:42 +0000 (16:10 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 4 Jan 2016 05:10:42 +0000 (16:10 +1100)
There are no callers of the xfs_buf_ioend_async() function outside
of the fs/xfs/xfs_buf.c. So, let's make it static.

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_buf.c

index 3243cdf97f33f2998de6d8207d1128093a0ec587..45a8ea7cfdb209a7725e47da0769cfa44ce335d0 100644 (file)
@@ -1045,7 +1045,7 @@ xfs_buf_ioend_work(
        xfs_buf_ioend(bp);
 }
 
-void
+static void
 xfs_buf_ioend_async(
        struct xfs_buf  *bp)
 {