On Fri, Aug 26, 2022 at 04:11:17PM +0800, Guoqing Jiang wrote: > Since all callers (process_{read,write}) set id->dir, no need to > pass 'dir' again. > > Signed-off-by: Guoqing Jiang <guoqing.jiang@xxxxxxxxx> > --- > drivers/block/rnbd/rnbd-srv.c | 9 ++++----- > drivers/block/rnbd/rnbd-srv.h | 1 + > drivers/infiniband/ulp/rtrs/rtrs-srv.c | 4 ++-- > drivers/infiniband/ulp/rtrs/rtrs.h | 3 +-- > 4 files changed, 8 insertions(+), 9 deletions(-) I applied the patch and cleanup of rtrs-srv.h can be done later. Thanks