Commit 25f26f38 authored by Ziye Yang's avatar Ziye Yang Committed by Jim Harris
Browse files

lvol: restore the channel operation number into 512



We would still like to keep up this Macro, then if users
want to change this value with their own ones,
they can change it.

Change-Id: Ic13c9ba0889955cc41a75f700c58822728782f6c
Signed-off-by: default avatarZiye Yang <optimistyzy@gmail.com>
Reviewed-on: https://review.gerrithub.io/394311


Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
parent d6859ab6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
#define UUID_STRING_LEN 37

/* Default blob channel opts for lvol */
#define SPDK_LVOL_BLOB_OPTS_CHANNEL_OPS 8192
#define SPDK_LVOL_BLOB_OPTS_CHANNEL_OPS 512

SPDK_LOG_REGISTER_COMPONENT("lvol", SPDK_LOG_LVOL)