diff options
Diffstat (limited to 'fs/xfs/xfs_buf.c')
-rw-r--r-- | fs/xfs/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index 39c5d7622dec..d1edfa1a8112 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
@@ -1355,7 +1355,7 @@ xfs_buf_iorequest( | |||
1355 | */ | 1355 | */ |
1356 | atomic_set(&bp->b_io_remaining, 1); | 1356 | atomic_set(&bp->b_io_remaining, 1); |
1357 | _xfs_buf_ioapply(bp); | 1357 | _xfs_buf_ioapply(bp); |
1358 | _xfs_buf_ioend(bp, 0); | 1358 | _xfs_buf_ioend(bp, 1); |
1359 | 1359 | ||
1360 | xfs_buf_rele(bp); | 1360 | xfs_buf_rele(bp); |
1361 | } | 1361 | } |