diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-03-24 15:01:56 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:00 -0400 |
commit | 0b86a832a1f38abec695864ec2eaedc9d2383f1b (patch) | |
tree | 8ec0db0b55f77eb6a23fe7db3c1064d298db55c1 /fs/btrfs/extent_io.c | |
parent | 7f93bf8d27653726e3721c01fefc523487ecf2af (diff) |
Btrfs: Add support for multiple devices per filesystem
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/extent_io.c')
-rw-r--r-- | fs/btrfs/extent_io.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index e8130c876330..7e3a1ebde9fc 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c | |||
@@ -1706,9 +1706,9 @@ static int submit_one_bio(int rw, struct bio *bio) | |||
1706 | WARN_ON(1); | 1706 | WARN_ON(1); |
1707 | } | 1707 | } |
1708 | if (tree->ops && tree->ops->submit_bio_hook) | 1708 | if (tree->ops && tree->ops->submit_bio_hook) |
1709 | tree->ops->submit_bio_hook(rw, bio); | 1709 | tree->ops->submit_bio_hook(page->mapping->host, rw, bio); |
1710 | 1710 | else | |
1711 | submit_bio(rw, bio); | 1711 | submit_bio(rw, bio); |
1712 | if (bio_flagged(bio, BIO_EOPNOTSUPP)) | 1712 | if (bio_flagged(bio, BIO_EOPNOTSUPP)) |
1713 | ret = -EOPNOTSUPP; | 1713 | ret = -EOPNOTSUPP; |
1714 | bio_put(bio); | 1714 | bio_put(bio); |