Re: [PATCH] docs: typo fixes in Documentation/ABI/

2021-10-06 Thread Jinpu Wang
On Wed, Oct 6, 2021 at 3:21 PM Sohaib Mohamed wrote: > > All these changes are about to remove repeated words from severals place in > the Documentation/ABI/ directory: > > > - In file testing/sysfs-class-rnbd-client:131: "as as the" > > - In file testing/sysfs-class-rtrs-client:81: "the the nam

Re: [PATCH 05/10] rnbd: add error handling support for add_disk()

2021-09-01 Thread Jinpu Wang
On Wed, Sep 1, 2021 at 11:01 PM Luis Chamberlain wrote: > > We never checked for errors on add_disk() as this function > returned void. Now that this is fixed, use the shiny new > error handling. > > Signed-off-by: Luis Chamberlain looks good to me. Acked-by: Jack Wang > --- > drivers/block/rnb

Re: [PATCH 23/30] rnbd: use blk_mq_alloc_disk and blk_cleanup_disk

2021-06-02 Thread Jinpu Wang
On Wed, Jun 2, 2021 at 8:55 AM Christoph Hellwig wrote: > > Use blk_mq_alloc_disk and blk_cleanup_disk to simplify the gendisk and > request_queue allocation. > > Signed-off-by: Christoph Hellwig > --- > drivers/block/rnbd/rnbd-clt.c | 35 --- > 1 file changed, 8