提交 211fe1a4 编写于 作者: A Alexander Kuleshov 提交者: Dave Chinner

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: NAlexander Kuleshov <kuleshovmail@gmail.com>
Reviewed-by: NBrian Foster <bfoster@redhat.com>
Signed-off-by: NDave Chinner <david@fromorbit.com>
上级 ffc671f1
...@@ -1045,7 +1045,7 @@ xfs_buf_ioend_work( ...@@ -1045,7 +1045,7 @@ xfs_buf_ioend_work(
xfs_buf_ioend(bp); xfs_buf_ioend(bp);
} }
void static void
xfs_buf_ioend_async( xfs_buf_ioend_async(
struct xfs_buf *bp) struct xfs_buf *bp)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册