Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161221
b: refs/heads/master
c: 18d8217
h: refs/heads/master
i:
  161219: ddcf146
v: v3
  • Loading branch information
Ed Cashin authored and Jens Axboe committed Sep 14, 2009
1 parent fbc137e commit 7b63326
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 01edede41e352e4879a89cdc5468f72ffc89b713
refs/heads/master: 18d8217bc441630c3c5ec7416c5a65c69e8a0979
3 changes: 3 additions & 0 deletions trunk/drivers/block/aoe/aoeblk.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ aoeblk_make_request(struct request_queue *q, struct bio *bio)
BUG();
bio_endio(bio, -ENXIO);
return 0;
} else if (bio_rw_flagged(bio, BIO_RW_BARRIER)) {
bio_endio(bio, -EOPNOTSUPP);
return 0;
} else if (bio->bi_io_vec == NULL) {
printk(KERN_ERR "aoe: bi_io_vec is NULL\n");
BUG();
Expand Down

0 comments on commit 7b63326

Please sign in to comment.