From: Christopher James Halse Rogers <raof@ubuntu.com>
To: linux-bcache@vger.kernel.org
Cc: Christopher James Halse Rogers <raof@ubuntu.com>
Subject: [PATCH] md: also update raid5 for bio changes.
Date: Thu, 24 Sep 2015 10:03:28 +1000 [thread overview]
Message-ID: <1443053008-16672-1-git-send-email-raof@ubuntu.com> (raw)
This should be squashed with 2dc77339620123a838f41f1ad21b81cd6473f9b1 in the next rebase
---
drivers/md/raid5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c
index 15ef2c6..ff230b3 100644
--- a/drivers/md/raid5.c
+++ b/drivers/md/raid5.c
@@ -4851,7 +4851,7 @@ static struct bio *chunk_aligned_read(struct mddev *mddev, struct bio *raid_bio)
unsigned sectors = chunk_sects - (sector & (chunk_sects-1));
if (sectors < bio_sectors(raid_bio)) {
- split = bio_split(raid_bio, sectors, GFP_NOIO, fs_bio_set);
+ split = bio_split(raid_bio, sectors, GFP_NOIO, &fs_bio_set);
bio_chain(split, raid_bio);
} else
split = raid_bio;
--
2.5.0
reply other threads:[~2015-09-24 0:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1443053008-16672-1-git-send-email-raof@ubuntu.com \
--to=raof@ubuntu.com \
--cc=linux-bcache@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).