Suhas Athani has uploaded this change for review.

View Change

Switch TSM RPC to callback-based lifecycle with evchan registration

This change updates the TSM RPC send path to use the callback‑based
client request flow. Requests are now queued with CLNT_CALL_BACK,
completion is handled in tsm_rpc_call_process, and request memory
is released only after the RPC layer signals completion. The client
transport is registered on the event channel to make callback
processing safe.

Change-Id: Id638234dbbe8afe6308a010093760f1971c6c87d
Signed-off-by: Suhas Athani <Suhas.Athani@ibm.com>
---
A src/MainNFSD/transparent_recovery.c
A src/include/transparent_recovery.h
A src/include/tsm.h
3 files changed, 1,846 insertions(+), 0 deletions(-)

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

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

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Id638234dbbe8afe6308a010093760f1971c6c87d
Gerrit-Change-Number: 1231473
Gerrit-PatchSet: 1
Gerrit-Owner: Suhas Athani <Suhas.Athani@ibm.com>