[PATCH] md: also update raid5 for bio changes.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

--
To unsubscribe from this list: send the line "unsubscribe linux-bcache" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux ARM Kernel]     [Linux Filesystem Development]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux