summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_buf.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-09-01 20:55:20 +0300
committerDarrick J. Wong <darrick.wong@oracle.com>2020-09-16 06:52:38 +0300
commit76b2d323461122f1c00d346166e7180a20cd6dba (patch)
tree7deedd5a90370ad41c2eaec82b0694eea31d334c /fs/xfs/xfs_buf.h
parent12e164aa1f9d82e8dc3b09ff211cfae8d6a8bfb3 (diff)
downloadlinux-76b2d323461122f1c00d346166e7180a20cd6dba.tar.xz
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>
Diffstat (limited to 'fs/xfs/xfs_buf.h')
-rw-r--r--fs/xfs/xfs_buf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h
index 755b652e695a..bea20d43a381 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)