From d2dc1749dde1a4a471a111de633f4c53a4b22a83 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Fri, 11 Oct 2019 09:11:00 -0400 Subject: [PATCH] LU-8130 obd: remove used HASH_CL_ENV_[BKT]_BITS Their is no libcfs hash table for cl_env so this can be removed. Test-Parameters: trivial Change-Id: I8d9d4f1dc683edc8fc4c14ffc8266deb178c3162 Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/36432 Tested-by: jenkins Reviewed-by: Petros Koutoupis Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/include/obd_support.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/include/obd_support.h b/lustre/include/obd_support.h index 2f8f802..347be7a 100644 --- a/lustre/include/obd_support.h +++ b/lustre/include/obd_support.h @@ -96,8 +96,6 @@ extern char obd_jobid_var[]; #define HASH_EXP_LOCK_BKT_BITS 5 #define HASH_EXP_LOCK_CUR_BITS 7 #define HASH_EXP_LOCK_MAX_BITS 16 -#define HASH_CL_ENV_BKT_BITS 5 -#define HASH_CL_ENV_BITS 10 #define HASH_JOB_STATS_BKT_BITS 5 #define HASH_JOB_STATS_CUR_BITS 7 #define HASH_JOB_STATS_MAX_BITS 12 -- 1.8.3.1