Commit a922a2e2 authored by Ben Walker's avatar Ben Walker Committed by Jim Harris
Browse files

lvol: Don't include bdev_module.h in the public header



Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
Change-Id: I8590bdedd8b1c3d0e417694f07f40deb3297ef24
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7728


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
parent 63642bef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+2 −0
Original line number Diff line number Diff line
@@ -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"