On Mon, Apr 19, 2021 at 09:37:11AM +0200, Gioh Kim wrote: > From: Gioh Kim <gi-oh.kim@xxxxxxxxxxxxxxx> > > They are defined with the same value and similar meaning, let's remove > one of them, then we can remove {WAIT,NOWAIT}. > > Also change the type of 'wait' from 'int' to 'enum wait_type' to make > it clear. > > Cc: Leon Romanovsky <leonro@xxxxxxxxxx> > Cc: linux-rdma@xxxxxxxxxxxxxxx > Signed-off-by: Guoqing Jiang <guoqing.jiang@xxxxxxxxx> > Reviewed-by: Md Haris Iqbal <haris.iqbal@xxxxxxxxx> > Signed-off-by: Gioh Kim <gi-oh.kim@xxxxxxxxx> > Signed-off-by: Jack Wang <jinpu.wang@xxxxxxxxx> > Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx> > Acked-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > --- > drivers/block/rnbd/rnbd-clt.c | 42 +++++++++++--------------- > drivers/infiniband/ulp/rtrs/rtrs-clt.c | 4 +-- > drivers/infiniband/ulp/rtrs/rtrs.h | 6 ++-- > 3 files changed, 22 insertions(+), 30 deletions(-) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>