Frank Filz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1238223?usp=email )
Change subject: Client list normalization - all have str
......................................................................
Client list normalization - all have str
All forms of base_client_entry will have a string form so eliminate
the union and move str and cidr to base fields.
This incidentally eliminates some memory leaks in code that
did not account for freeing result of cidr_to_str.
This saves everyone that converts a NETWORK_CLIENT to string
from having to call cidr_to_str and simplifies because every
client type has a string.
Change-Id: I0e2c1496758718b0f34d696c8711bece2cb0999b
Signed-off-by: Frank S. Filz <ffilzlnx(a)mindspring.com>
---
M src/Protocols/NFS/mnt_Export.c
M src/include/client_mgr.h
M src/log/log_functions.c
M src/support/client_mgr.c
M src/support/export_mgr.c
5 files changed, 40 insertions(+), 192 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/23/1238223/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1238223?usp=email
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I0e2c1496758718b0f34d696c8711bece2cb0999b
Gerrit-Change-Number: 1238223
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx(a)mindspring.com>