xfs: mark xfs_buf_ioend static

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
Christoph Hellwig 2020-09-01 10:55:20 -07:00 committed by Darrick J. Wong
parent 12e164aa1f
commit 76b2d32346
2 changed files with 1 additions and 2 deletions

View File

@ -1174,7 +1174,7 @@ xfs_buf_wait_unpin(
* Buffer Utility Routines
*/
void
static void
xfs_buf_ioend(
struct xfs_buf *bp)
{

View File

@ -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)