From: James Simmons Date: Fri, 11 Oct 2019 13:11:00 +0000 (-0400) Subject: LU-8130 obd: remove used HASH_CL_ENV_[BKT]_BITS X-Git-Tag: 2.13.51~144 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=d2dc1749dde1a4a471a111de633f4c53a4b22a83 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 --- 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