From 25f26f38b8c7bcc9b23a3fe25a7cfb1a7dca865b Mon Sep 17 00:00:00 2001 From: Ziye Yang Date: Thu, 11 Jan 2018 19:52:44 +0800 Subject: [PATCH] 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: Ziye Yang Reviewed-on: https://review.gerrithub.io/394311 Reviewed-by: Jim Harris Reviewed-by: Ben Walker Tested-by: SPDK Automated Test System --- lib/lvol/lvol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lvol/lvol.c b/lib/lvol/lvol.c index 86118a5c4..eb62dd349 100644 --- a/lib/lvol/lvol.c +++ b/lib/lvol/lvol.c @@ -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)