Re: [PATCH v4 1/4] block: Add iocontext priority to request

2016-10-13 Thread Adam Manzananares
> >>valid and if so then the request prio comes from the bio. > >> > >>Signed-off-by: Adam Manzananares > >>--- > >> block/blk-core.c | 4 +++- > >> include/linux/blkdev.h | 14 ++ > >> 2 files changed, 17 insertions(+), 1 deletio

Re: [PATCH v4 1/4] block: Add iocontext priority to request

2016-10-14 Thread Adam Manzananares
f the ioc is valid in blk_rq_set_prio then the > > iopriority of the request is set as the iopriority of the ioc. In > > init_request_from_bio a check is made to see if the ioprio of the bio is > > valid and if so then the request prio comes from the bio. > > > > Signe