aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_buf.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_buf.h')
-rw-r--r--fs/xfs/xfs_buf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h
index c753183900b3..4585c1595a98 100644
--- a/fs/xfs/xfs_buf.h
+++ b/fs/xfs/xfs_buf.h
@@ -286,7 +286,7 @@ extern void xfs_buf_unlock(xfs_buf_t *);
286 286
287/* Buffer Read and Write Routines */ 287/* Buffer Read and Write Routines */
288extern int xfs_bwrite(struct xfs_buf *bp); 288extern int xfs_bwrite(struct xfs_buf *bp);
289extern void xfs_buf_ioend(xfs_buf_t *, int); 289extern void xfs_buf_ioend(struct xfs_buf *bp);
290extern void xfs_buf_ioerror(xfs_buf_t *, int); 290extern void xfs_buf_ioerror(xfs_buf_t *, int);
291extern void xfs_buf_ioerror_alert(struct xfs_buf *, const char *func); 291extern void xfs_buf_ioerror_alert(struct xfs_buf *, const char *func);
292extern void xfs_buf_iorequest(xfs_buf_t *); 292extern void xfs_buf_iorequest(xfs_buf_t *);