Malahal has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/481399 )
Change subject: Fix use of dupreqs with DUPREQ_DELETED state
......................................................................
Fix use of dupreqs with DUPREQ_DELETED state
DUPREQ_DELETED is set just before deleting the dupreq in
nfs_dupreq_delete(). This is called on requests that get dropped! So
these dupreqs should not be used but nfs_dupreq_start() ends up using it
as its state is not DUPREQ_START.
No need to set DUPREQ_DELETED as the dupreq is getting deleted anyway.
Change-Id: Iecd82fae45400d30cea31b4afb1995a0c2d795c0
Signed-off-by: Malahal Naineni <malahal(a)us.ibm.com>
---
M src/RPCAL/nfs_dupreq.c
1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/99/481399/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/481399
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: Iecd82fae45400d30cea31b4afb1995a0c2d795c0
Gerrit-Change-Number: 481399
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <malahal(a)gmail.com>
Gerrit-MessageType: newchange