diff options
| -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 a4beb421018a..687b275f165c 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c | |||
| @@ -1243,7 +1243,7 @@ xfs_buf_iorequest( | |||
| 1243 | */ | 1243 | */ |
| 1244 | atomic_set(&bp->b_io_remaining, 1); | 1244 | atomic_set(&bp->b_io_remaining, 1); |
| 1245 | _xfs_buf_ioapply(bp); | 1245 | _xfs_buf_ioapply(bp); |
| 1246 | _xfs_buf_ioend(bp, 0); | 1246 | _xfs_buf_ioend(bp, 1); |
| 1247 | 1247 | ||
| 1248 | xfs_buf_rele(bp); | 1248 | xfs_buf_rele(bp); |
| 1249 | } | 1249 | } |
