lvol: Don't include bdev_module.h in the public header
Signed-off-by: Ben Walker <benjamin.walker@intel.com> Change-Id: I8590bdedd8b1c3d0e417694f07f40deb3297ef24 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7728 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot
This commit is contained in:
parent
63642befd3
commit
a922a2e24a
@ -36,8 +36,8 @@
|
||||
|
||||
#include "spdk/blob.h"
|
||||
#include "spdk/lvol.h"
|
||||
#include "spdk/queue.h"
|
||||
#include "spdk/uuid.h"
|
||||
#include "spdk/bdev_module.h"
|
||||
|
||||
/* Default size of blobstore cluster */
|
||||
#define SPDK_LVS_OPTS_CLUSTER_SZ (4 * 1024 * 1024)
|
||||
|
@ -36,6 +36,8 @@
|
||||
#include "spdk/thread.h"
|
||||
#include "spdk/util.h"
|
||||
|
||||
#include "spdk/bdev_module.h"
|
||||
|
||||
#include "common/lib/ut_multithread.c"
|
||||
|
||||
#include "lvol/lvol.c"
|
||||
|
Loading…
Reference in New Issue
Block a user