diff options
Diffstat (limited to 'fs/xfs/xfs_buf.h')
-rw-r--r-- | fs/xfs/xfs_buf.h | 2 |
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 */ |
288 | extern int xfs_bwrite(struct xfs_buf *bp); | 288 | extern int xfs_bwrite(struct xfs_buf *bp); |
289 | extern void xfs_buf_ioend(xfs_buf_t *, int); | 289 | extern void xfs_buf_ioend(struct xfs_buf *bp); |
290 | extern void xfs_buf_ioerror(xfs_buf_t *, int); | 290 | extern void xfs_buf_ioerror(xfs_buf_t *, int); |
291 | extern void xfs_buf_ioerror_alert(struct xfs_buf *, const char *func); | 291 | extern void xfs_buf_ioerror_alert(struct xfs_buf *, const char *func); |
292 | extern void xfs_buf_iorequest(xfs_buf_t *); | 292 | extern void xfs_buf_iorequest(xfs_buf_t *); |