Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 211fe1a4 authored by Alexander Kuleshov's avatar Alexander Kuleshov Committed by Dave Chinner
Browse files

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: default avatarAlexander Kuleshov <kuleshovmail@gmail.com>
Reviewed-by: default avatarBrian Foster <bfoster@redhat.com>
Signed-off-by: default avatarDave Chinner <david@fromorbit.com>
parent ffc671f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1045,7 +1045,7 @@ xfs_buf_ioend_work(
	xfs_buf_ioend(bp);
}

void
static void
xfs_buf_ioend_async(
	struct xfs_buf	*bp)
{