Frank Filz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/455458
Change subject: Rework client_mgr to use rpc_tools.c/gsh_rpc.h and related cleanup
......................................................................
Rework client_mgr to use rpc_tools.c/gsh_rpc.h and related cleanup
Keep the full sockaddr_t in the gsh_client.
Instead of dynamic separate hostaddr_str buffer, since it's only 128
bytes (and maybe could be shrunk to 64) just make it part of the
structure.
Change-Id: I7e0f2dfe50d2379b8b13c784c3aee85355fe5fe9
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/FSAL/FSAL_GPFS/fsal_internal.c
M src/include/client_mgr.h
M src/support/client_mgr.c
3 files changed, 31 insertions(+), 118 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/58/455458/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/455458
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: I7e0f2dfe50d2379b8b13c784c3aee85355fe5fe9
Gerrit-Change-Number: 455458
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>
Gerrit-MessageType: newchange