Skip to content

Commit

Permalink
xfs: make xfs_buf_ioend_async() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexander Kuleshov authored and Dave Chinner committed Jan 4, 2016
1 parent ffc671f commit 211fe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/xfs/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ xfs_buf_ioend_work(
xfs_buf_ioend(bp);
}

void
static void
xfs_buf_ioend_async(
struct xfs_buf *bp)
{
Expand Down

0 comments on commit 211fe1a

Please sign in to comment.