[Devel] [PATCH RHEL8 COMMIT] ploop: Remove debug noinline in create_bvec_from_rq()
Konstantin Khorenko
khorenko at virtuozzo.com
Fri Jul 2 22:47:58 MSK 2021
The commit is pushed to "branch-rh8-4.18.0-240.1.1.vz8.5.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh8-4.18.0-240.1.1.vz8.5.51
------>
commit f755fb1a241357fd0623b9135688f3a3b5d962de
Author: Kirill Tkhai <ktkhai at virtuozzo.com>
Date: Fri Jul 2 22:47:57 2021 +0300
ploop: Remove debug noinline in create_bvec_from_rq()
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
==========================
ploop: Split pios in kwork
https://jira.sw.ru/browse/PSBM-131208
Kirill Tkhai (10):
ploop: Remove debug noinline in create_bvec_from_rq()
ploop: Manage flush pios in generic way
ploop: Teach dispatch_pios() work with flush pios
ploop: Make split_pios_to_list() to add initial pio to the list too
ploop: Introduce embedded_pio_to_prq()
ploop: Introduce ploop_prq_valid()
ploop: Move create_bvec_from_rq() up
ploop: Split pios from kwork context
ploop: Add sanity check of passed BAT from disk
ploop: Reread file size after index update
---
drivers/md/dm-ploop-map.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/md/dm-ploop-map.c b/drivers/md/dm-ploop-map.c
index 15427a5f4154..1341806dc6c4 100644
--- a/drivers/md/dm-ploop-map.c
+++ b/drivers/md/dm-ploop-map.c
@@ -1680,7 +1680,7 @@ static void init_prq(struct ploop_rq *prq, struct request *rq)
prq->bvec = NULL;
}
-static noinline struct bio_vec *create_bvec_from_rq(struct request *rq)
+static struct bio_vec *create_bvec_from_rq(struct request *rq)
{
struct bio_vec bv, *bvec, *tmp;
struct req_iterator rq_iter;
More information about the Devel
mailing list