diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_buf.c b/fs/xfs/linux-2.6/xfs_buf.c index 48bf477cbca5..43d6c7a290e2 100644 --- a/fs/xfs/linux-2.6/xfs_buf.c +++ b/fs/xfs/linux-2.6/xfs_buf.c | |||
@@ -1025,7 +1025,7 @@ xfs_buf_ioend( | |||
1025 | xfs_buf_t *bp, | 1025 | xfs_buf_t *bp, |
1026 | int schedule) | 1026 | int schedule) |
1027 | { | 1027 | { |
1028 | bp->b_flags &= ~(XBF_READ | XBF_WRITE); | 1028 | bp->b_flags &= ~(XBF_READ | XBF_WRITE | XBF_READ_AHEAD); |
1029 | if (bp->b_error == 0) | 1029 | if (bp->b_error == 0) |
1030 | bp->b_flags |= XBF_DONE; | 1030 | bp->b_flags |= XBF_DONE; |
1031 | 1031 | ||