summaryrefslogtreecommitdiff
path: root/drivers/md/raid1.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/raid1.c')
-rw-r--r--drivers/md/raid1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/md/raid1.c b/drivers/md/raid1.c
index 6f624311cec2..e9e3308cb0a7 100644
--- a/drivers/md/raid1.c
+++ b/drivers/md/raid1.c
@@ -1102,6 +1102,8 @@ static void alloc_behind_master_bio(struct r1bio *r1_bio,
goto skip_copy;
}
+ behind_bio->bi_write_hint = bio->bi_write_hint;
+
while (i < vcnt && size) {
struct page *page;
int len = min_t(int, PAGE_SIZE, size);
>driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman 2024-02-06hsi: hsi_core: make hsi_bus_type constRicardo B. Marliere 2023-04-05of: Rename of_modalias_node()Miquel Raynal 2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman 2021-11-26HSI: core: Fix return freed object in hsi_new_clientChengfeng Ye 2021-04-16HSI: core: fix resource leaks in hsi_add_client_from_dt()Dan Carpenter 2020-12-02HSI: core: fix a kernel-doc markupMauro Carvalho Chehab 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner 2017-06-08HSI: core: Use kcalloc() in two functionsMarkus Elfring 2016-06-28HSI: core: switch port event notifier from atomic to blockingSebastian Reichel 2016-06-15hsi: Build hsi_boardinfo.c into hsi core if enabledAndrew F. Davis