On Mon, Aug 22, 2022 at 8:17 AM Christoph Hellwig <hch@xxxxxx> wrote: > > Hi all, > > this series has a few simple rnbd cleanups. > > Slightly related question: why does rnbd send the max_hw_sectors value > to the client given that it can't in any way be used by the client? Hi Christoph, Thanks for the cleanup, it all looks good. Acked-by: Jack Wang <jinpu.wang@xxxxxxxxx> Regarding the max_hw_sectors, you are right, client doesn't use it, we should clean it up. Thanks! > > Diffstat: > drivers/block/rnbd/Makefile | 1 > drivers/block/rnbd/rnbd-srv.c | 92 +++++++++++++++----------------------- > drivers/block/rnbd/rnbd-srv.h | 2 > drivers/block/rnbd/rnbd-srv-dev.c | 43 ----------------- > drivers/block/rnbd/rnbd-srv-dev.h | 64 -------------------------- > 5 files changed, 39 insertions(+), 163 deletions(-)