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)
commit211fe1a4db74141d2ea4a6dae0dc862b1d88f6b9
tree7d44e9aa5997b76370b8783169e79b435672ef4c
parentffc671f1eaa80ee5388693ad78f8332fdea71b80
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>
fs/xfs/xfs_buf.c
This page took 0.025985 seconds and 5 git commands to generate.