OSDN Git Service

block/rnbd: private headers with rnbd protocol structs and helpers
authorJack Wang <jinpu.wang@cloud.ionos.com>
Mon, 11 May 2020 13:51:21 +0000 (15:51 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Sun, 17 May 2020 21:57:15 +0000 (18:57 -0300)
commit219ace60770117fbe440904f9156ab2ab8f30e7d
tree27fef145fd68b0b6c0c55bd075936e02b25e177b
parent745b6a3d4a673c0b8de6e7c15b0620117614b75b
block/rnbd: private headers with rnbd protocol structs and helpers

These are common private headers with rnbd protocol structures, logging,
sysfs and other helper functions, which are used on both client and server
sides.

Link: https://lore.kernel.org/r/20200511135131.27580-16-danil.kipnis@cloud.ionos.com
Signed-off-by: Danil Kipnis <danil.kipnis@cloud.ionos.com>
Signed-off-by: Jack Wang <jinpu.wang@cloud.ionos.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/block/rnbd/rnbd-common.c [new file with mode: 0644]
drivers/block/rnbd/rnbd-log.h [new file with mode: 0644]
drivers/block/rnbd/rnbd-proto.h [new file with mode: 0644]