Malahal has uploaded this change for review.

View Change

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@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 change 481399. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: Iecd82fae45400d30cea31b4afb1995a0c2d795c0
Gerrit-Change-Number: 481399
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <malahal@gmail.com>
Gerrit-MessageType: newchange