Whamcloud - gitweb
LU-17015 obdclass: make upcall cache hashtable size dynamic 28/52128/2
authorSebastien Buisson <sbuisson@ddn.com>
Mon, 28 Aug 2023 09:37:51 +0000 (11:37 +0200)
committerSebastien Buisson <sbuisson@ddn.com>
Mon, 4 Sep 2023 16:21:40 +0000 (18:21 +0200)
commit556ca8d3adcf5aa8a6a2efb1ba3e094b1b04c46a
tree9428fc84a8eaac2d0ab81ed9b1bd406668a131ab
parent33e4d86a480b860e0a3b4b51c7c6da6ec0159e51
LU-17015 obdclass: make upcall cache hashtable size dynamic

The hash table used by the upcall cache mechanism should have an
adjustable size, depending on the purpose and context where it is
used.

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I53c5cb14f9a5630fc269d97cead9a5ca6a33895e
lustre/include/upcall_cache.h
lustre/mdt/mdt_handler.c
lustre/mdt/mdt_internal.h
lustre/obdclass/upcall_cache.c