Re: [dm-devel] [PATCH 1/4] block: introduce a function submit_bio_noacct_mq_direct

2021-03-05 Thread Jens Axboe
On 3/4/21 3:14 AM, Mikulas Patocka wrote: > > > On Wed, 3 Mar 2021, Jens Axboe wrote: > >> On 3/2/21 12:05 PM, Mikulas Patocka wrote: >> >> There seems to be something wrong with how this series is being sent >> out. I have 1/4 and 3/4, but both are just attachments. >> >> -- >> Jens Axboe > >

Re: [dm-devel] [PATCH 1/4] block: introduce a function submit_bio_noacct_mq_direct

2021-03-04 Thread Mikulas Patocka
On Wed, 3 Mar 2021, Jens Axboe wrote: > On 3/2/21 12:05 PM, Mikulas Patocka wrote: > > There seems to be something wrong with how this series is being sent > out. I have 1/4 and 3/4, but both are just attachments. > > -- > Jens Axboe I used quilt to send it. I don't know what's wrong with i

Re: [dm-devel] [PATCH 1/4] block: introduce a function submit_bio_noacct_mq_direct

2021-03-03 Thread Jens Axboe
On 3/2/21 12:05 PM, Mikulas Patocka wrote: There seems to be something wrong with how this series is being sent out. I have 1/4 and 3/4, but both are just attachments. -- Jens Axboe -- dm-devel mailing list dm-devel@redhat.com https://listman.redhat.com/mailman/listinfo/dm-devel

[dm-devel] [PATCH 1/4] block: introduce a function submit_bio_noacct_mq_direct

2021-03-02 Thread Mikulas Patocka
Introduce a function that submits bio to a request-based device driver. The function doesn't offload requests to current->bio_list. It is expected to be called from device mapper, where current->bio_list is already set up. Signed-off-by: Mikulas Patocka --- block/blk-core.c | 16 +++