aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorAlexander Kuleshov <kuleshovmail@gmail.com>2016-01-04 16:10:42 +1100
committerDave Chinner <david@fromorbit.com>2016-01-04 16:10:42 +1100
commit211fe1a4db74141d2ea4a6dae0dc862b1d88f6b9 (patch)
tree7d44e9aa5997b76370b8783169e79b435672ef4c /fs/xfs
parentxfs: send warning of project quota to userspace via netlink (diff)
downloadlinux-dev-211fe1a4db74141d2ea4a6dae0dc862b1d88f6b9.tar.xz
linux-dev-211fe1a4db74141d2ea4a6dae0dc862b1d88f6b9.zip
xfs: make xfs_buf_ioend_async() static
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_buf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c
index 3243cdf97f33..45a8ea7cfdb2 100644
--- a/fs/xfs/xfs_buf.c
+++ b/fs/xfs/xfs_buf.c
@@ -1045,7 +1045,7 @@ xfs_buf_ioend_work(
xfs_buf_ioend(bp);
}
-void
+static void
xfs_buf_ioend_async(
struct xfs_buf *bp)
{