Peter Schwenke has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1217882?usp=email )
Change subject: Modify nfs_release_nlm_state() to use proper IPv6 matching
......................................................................
Modify nfs_release_nlm_state() to use proper IPv6 matching
Use cmp_sockaddr() rather than IP string matching.
Remove the specialised IP string matching functions
ip_str_match() and extractv4() since they are now
longer need and we should be using the common
functions cmp_sockaddr and ip_str_to_sockaddr.
Change-Id: I73743207d0485d178a5d066d26ba880633021af2
Signed-off-by: Peter Schwenke <pschwenke(a)ddn.com>
---
M src/SAL/nfs4_recovery.c
1 file changed, 5 insertions(+), 50 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/82/1217882/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/1217882?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: I73743207d0485d178a5d066d26ba880633021af2
Gerrit-Change-Number: 1217882
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Schwenke <pschwenke(a)ddn.com>