From: Christoph Hellwig Date: Tue, 1 Sep 2020 17:55:20 +0000 (-0700) Subject: xfs: mark xfs_buf_ioend static X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=76b2d323461122f1c00d346166e7180a20cd6dba;p=linux.git xfs: mark xfs_buf_ioend static Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong --- diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index d4cdcb6fb2fe1..03dd12a83b82a 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c @@ -1174,7 +1174,7 @@ xfs_buf_wait_unpin( * Buffer Utility Routines */ -void +static void xfs_buf_ioend( struct xfs_buf *bp) { diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h index 755b652e695ac..bea20d43a3819 100644 --- a/fs/xfs/xfs_buf.h +++ b/fs/xfs/xfs_buf.h @@ -269,7 +269,6 @@ static inline void xfs_buf_relse(xfs_buf_t *bp) /* Buffer Read and Write Routines */ extern int xfs_bwrite(struct xfs_buf *bp); -extern void xfs_buf_ioend(struct xfs_buf *bp); static inline void xfs_buf_ioend_finish(struct xfs_buf *bp) { if (bp->b_flags & XBF_ASYNC)