Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274707
b: refs/heads/master
c: 1503140
h: refs/heads/master
i:
  274705: 54bab32
  274703: 14842a4
v: v3
  • Loading branch information
Jan Schmidt committed Sep 29, 2011
1 parent bddc000 commit 97637d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a1d3c4786a4b9c71c0767aa656a759968f7554b6
refs/heads/master: 1503140d3ec2be9b917d2f8f7c64cb77b79a215b
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -1915,7 +1915,7 @@ static int btrfs_io_failed_hook(struct bio *failed_bio,
bio->bi_private = state;
bio->bi_end_io = failed_bio->bi_end_io;
bio->bi_sector = failrec->logical >> 9;
bio->bi_bdev = failed_bio->bi_bdev;
bio->bi_bdev = BTRFS_I(inode)->root->fs_info->fs_devices->latest_bdev;
bio->bi_size = 0;

bio_add_page(bio, page, failrec->len, start - page_offset(page));
Expand Down

0 comments on commit 97637d9

Please sign in to comment.