Change in ...nfs-ganesha[next]: Convert hashtable to use display_buffer
by Frank Filz (GerritHub)
Frank Filz has uploaded this change for review. ( https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/458511
Change subject: Convert hashtable to use display_buffer
......................................................................
Convert hashtable to use display_buffer
Also dranatically reduce the size of HASHTABLE_DISPLAY_STRLEN from
8192 to 512. The maximum log message is only 2048 and these are only
logged, and often there is both a key and a value plus other stuff.
Even 512 is probably too long to read in a log message.
Change-Id: I21a1864771753fa3536f8ada322c9b87ad009b29
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/FSAL/FSAL_PROXY/handle_mapping/handle_mapping.c
M src/FSAL/FSAL_PROXY/handle_mapping/handle_mapping_internal.h
M src/SAL/9p_owner.c
M src/SAL/nfs41_session_id.c
M src/SAL/nfs4_clientid.c
M src/SAL/nfs4_owner.c
M src/SAL/nfs4_state_id.c
M src/SAL/nlm_owner.c
M src/SAL/nlm_state.c
M src/SAL/state_lock.c
M src/hashtable/hashtable.c
M src/include/hashtable.h
M src/include/nfs_ip_stats.h
M src/include/sal_functions.h
M src/support/nfs_ip_name.c
15 files changed, 296 insertions(+), 543 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/11/458511/1
--
To view, visit https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/458511
To unsubscribe, or for help writing mail filters, visit https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I21a1864771753fa3536f8ada322c9b87ad009b29
Gerrit-Change-Number: 458511
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-MessageType: newchange