Loading lib/bdev/bdev_module.h→include/spdk_internal/bdev.h +3 −3 Original line number Diff line number Diff line Loading @@ -36,8 +36,8 @@ * Block Device Module Interface */ #ifndef SPDK_BDEV_MODULE_H_ #define SPDK_BDEV_MODULE_H_ #ifndef SPDK_INTERNAL_BDEV_H #define SPDK_INTERNAL_BDEV_H #include <inttypes.h> #include <unistd.h> Loading Loading @@ -193,4 +193,4 @@ spdk_bdev_io_from_ctx(void *ctx) spdk_vbdev_module_list_add(&init_fn ## _if); \ } #endif /* SPDK_BDEV_MODULE_H_ */ #endif /* SPDK_INTERNAL_BDEV_H */ lib/bdev/aio/blockdev_aio.h +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ #include "spdk/queue.h" #include "spdk/bdev.h" #include "bdev_module.h" #include "spdk_internal/bdev.h" struct blockdev_aio_task { struct iocb iocb; Loading lib/bdev/bdev.c +1 −2 Original line number Diff line number Diff line Loading @@ -46,10 +46,9 @@ #include "spdk/event.h" #include "spdk/queue.h" #include "spdk_internal/bdev.h" #include "spdk_internal/log.h" #include "bdev_module.h" #define SPDK_BDEV_IO_POOL_SIZE (64 * 1024) #define RBUF_SMALL_POOL_SIZE 8192 #define RBUF_LARGE_POOL_SIZE 1024 Loading lib/bdev/malloc/blockdev_malloc.c +1 −2 Original line number Diff line number Diff line Loading @@ -43,10 +43,9 @@ #include "spdk/copy_engine.h" #include "spdk/io_channel.h" #include "spdk_internal/bdev.h" #include "spdk_internal/log.h" #include "bdev_module.h" #define MALLOC_MAX_UNMAP_BDESC 1 struct malloc_disk { Loading lib/bdev/nvme/blockdev_nvme.c +1 −2 Original line number Diff line number Diff line Loading @@ -50,10 +50,9 @@ #include "spdk/io_channel.h" #include "spdk/string.h" #include "spdk_internal/bdev.h" #include "spdk_internal/log.h" #include "bdev_module.h" static void blockdev_nvme_get_spdk_running_config(FILE *fp); struct nvme_device { Loading Loading
lib/bdev/bdev_module.h→include/spdk_internal/bdev.h +3 −3 Original line number Diff line number Diff line Loading @@ -36,8 +36,8 @@ * Block Device Module Interface */ #ifndef SPDK_BDEV_MODULE_H_ #define SPDK_BDEV_MODULE_H_ #ifndef SPDK_INTERNAL_BDEV_H #define SPDK_INTERNAL_BDEV_H #include <inttypes.h> #include <unistd.h> Loading Loading @@ -193,4 +193,4 @@ spdk_bdev_io_from_ctx(void *ctx) spdk_vbdev_module_list_add(&init_fn ## _if); \ } #endif /* SPDK_BDEV_MODULE_H_ */ #endif /* SPDK_INTERNAL_BDEV_H */
lib/bdev/aio/blockdev_aio.h +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ #include "spdk/queue.h" #include "spdk/bdev.h" #include "bdev_module.h" #include "spdk_internal/bdev.h" struct blockdev_aio_task { struct iocb iocb; Loading
lib/bdev/bdev.c +1 −2 Original line number Diff line number Diff line Loading @@ -46,10 +46,9 @@ #include "spdk/event.h" #include "spdk/queue.h" #include "spdk_internal/bdev.h" #include "spdk_internal/log.h" #include "bdev_module.h" #define SPDK_BDEV_IO_POOL_SIZE (64 * 1024) #define RBUF_SMALL_POOL_SIZE 8192 #define RBUF_LARGE_POOL_SIZE 1024 Loading
lib/bdev/malloc/blockdev_malloc.c +1 −2 Original line number Diff line number Diff line Loading @@ -43,10 +43,9 @@ #include "spdk/copy_engine.h" #include "spdk/io_channel.h" #include "spdk_internal/bdev.h" #include "spdk_internal/log.h" #include "bdev_module.h" #define MALLOC_MAX_UNMAP_BDESC 1 struct malloc_disk { Loading
lib/bdev/nvme/blockdev_nvme.c +1 −2 Original line number Diff line number Diff line Loading @@ -50,10 +50,9 @@ #include "spdk/io_channel.h" #include "spdk/string.h" #include "spdk_internal/bdev.h" #include "spdk_internal/log.h" #include "bdev_module.h" static void blockdev_nvme_get_spdk_running_config(FILE *fp); struct nvme_device { Loading