mbox series

[0/3] cleanup for ublk

Message ID 20230207070033.367423-1-ZiyangZhang@linux.alibaba.com (mailing list archive)
Headers show
Series cleanup for ublk | expand

Message

Ziyang Zhang Feb. 7, 2023, 7 a.m. UTC
Hi, this series contain cleanup for code and comment of ublk including
removing unnecessary NULL check, unused variable and comment fix.

Ziyang Zhang (3):
  ublk: remove unnecessary NULL check in ublk_rq_has_data()
  ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()
  ublk: pass NULL to blk_mq_alloc_disk() as queuedata

 drivers/block/ublk_drv.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Ziyang Zhang Feb. 7, 2023, 7:11 a.m. UTC | #1
On 2023/2/7 15:00, Ziyang Zhang wrote:
> Hi, this series contain cleanup for code and comment of ublk including
> removing unnecessary NULL check, unused variable and comment fix.
> 
> Ziyang Zhang (3):
>   ublk: remove unnecessary NULL check in ublk_rq_has_data()
>   ublk: mention WRITE_ZEROES in comment of ublk_complete_rq()
>   ublk: pass NULL to blk_mq_alloc_disk() as queuedata
> 
>  drivers/block/ublk_drv.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

Sorry, this patchset is wrong, please see the resent one.

Ziyang Zhang