forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/md/dm-delay.c
....@@ -72,7 +72,7 @@
7272 while (bio) {
7373 n = bio->bi_next;
7474 bio->bi_next = NULL;
75
- generic_make_request(bio);
75
+ submit_bio_noacct(bio);
7676 bio = n;
7777 }
7878 }