提交 76b2d323 编写于 作者: C Christoph Hellwig 提交者: Darrick J. Wong

xfs: mark xfs_buf_ioend static

Signed-off-by: NChristoph Hellwig <hch@lst.de>
Reviewed-by: NDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: NDarrick J. Wong <darrick.wong@oracle.com>
上级 12e164aa
...@@ -1174,7 +1174,7 @@ xfs_buf_wait_unpin( ...@@ -1174,7 +1174,7 @@ xfs_buf_wait_unpin(
* Buffer Utility Routines * Buffer Utility Routines
*/ */
void static void
xfs_buf_ioend( xfs_buf_ioend(
struct xfs_buf *bp) struct xfs_buf *bp)
{ {
......
...@@ -269,7 +269,6 @@ static inline void xfs_buf_relse(xfs_buf_t *bp) ...@@ -269,7 +269,6 @@ static inline void xfs_buf_relse(xfs_buf_t *bp)
/* Buffer Read and Write Routines */ /* Buffer Read and Write Routines */
extern int xfs_bwrite(struct xfs_buf *bp); 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) static inline void xfs_buf_ioend_finish(struct xfs_buf *bp)
{ {
if (bp->b_flags & XBF_ASYNC) if (bp->b_flags & XBF_ASYNC)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册