Daniel Gryniewicz has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/470992 )
Change subject: NTIRPC - Fix svc_request() API
......................................................................
NTIRPC - Fix svc_request() API
The svc_request() API was a-symmetric. It exepected the alloc callback
to refcount the xprt, but it released the ref itself. Fix it to expect
the free callback to release this ref, and make the appropriate change
in Ganesha
Change-Id: Ic830d1ba83ea860f6693dd382c6327fdfb004712
Signed-off-by: Daniel Gryniewicz <dang(a)redhat.com>
---
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/libntirpc
2 files changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/92/470992/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/470992
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: Ic830d1ba83ea860f6693dd382c6327fdfb004712
Gerrit-Change-Number: 470992
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>
Gerrit-MessageType: newchange