Use defined IDENTITY_UPCALL_INTERNAL instead of raw string "INTERNAL".
Test-Parameters: trivial
Fixes:
b5e421625b ("EX-9392 sec: use dedicated INTERNAL upcall cache")
Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I0bcae8de4ad585a644c9352e523d15b0eb387226
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/55460
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
snprintf(cache_internal, sizeof(cache_internal), "%s_int",
mdt_obd_name(m));
m->mdt_identity_cache_int = upcall_cache_init(cache_internal,
- "INTERNAL",
+ IDENTITY_UPCALL_INTERNAL,
UC_IDCACHE_HASH_SIZE,
1200, /* entry expire: 20 mn */
30, /* acquire expire: 30 s */