Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124954
b: refs/heads/master
c: 4d9d4eb
h: refs/heads/master
v: v3
  • Loading branch information
Lachlan McIlroy committed Dec 12, 2008
1 parent 52424de commit 3a88300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c4cd747ee6c3ba1e7727878e3fce482d0d8c0136
refs/heads/master: 4d9d4ebf5de848e3450e23e4db9ac74e23e5daa6
3 changes: 1 addition & 2 deletions trunk/fs/xfs/linux-2.6/xfs_buf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1126,8 +1126,7 @@ xfs_buf_bio_end_io(
unsigned int blocksize = bp->b_target->bt_bsize;
struct bio_vec *bvec = bio->bi_io_vec + bio->bi_vcnt - 1;

if (!test_bit(BIO_UPTODATE, &bio->bi_flags))
bp->b_error = EIO;
xfs_buf_ioerror(bp, -error);

do {
struct page *page = bvec->bv_page;
Expand Down

0 comments on commit 3a88300

Please sign in to comment.