]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd3177180c762f1585d828acbe07beb9d7b250aec
tree27fef145fd68b0b6c0c55bd075936e02b25e177b
parent46f8c98c5707aadd290c6adef5adca8a0847c840
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]