Frank Filz has uploaded this change for review.

View Change

Without a shared queueing we no longer need a shared request_data_t

Use nfs_request_t for NFS request structures.

With this, we also get rid of the request_data pool (which didn't really
do anything other than maybe obscure where things were allocated, and
due to the request_data_t being a union of three different structures,
possibly contribute to over allocation of memory.

Change-Id: I866d3987bc13565e3abe7278278f8bf5e76061f3
Signed-off-by: Frank S. Filz <ffilzlnx@mindspring.com>
---
M src/MainNFSD/nfs_init.c
M src/MainNFSD/nfs_rpc_callback.c
M src/MainNFSD/nfs_rpc_dispatcher_thread.c
M src/MainNFSD/nfs_worker_thread.c
M src/include/gsh_lttng/nfs_rpc.h
M src/include/nfs_core.h
M src/include/nfs_init.h
M src/include/nfs_proto_functions.h
M src/include/server_stats.h
M src/support/server_stats.c
10 files changed, 182 insertions(+), 202 deletions(-)

git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/82/428782/1

To view, visit change 428782. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I866d3987bc13565e3abe7278278f8bf5e76061f3
Gerrit-Change-Number: 428782
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilzlnx@mindspring.com>