From <fatih(a)gandi.net>:
fatih(a)gandi.net has uploaded this change for review. (
https://review.gerrithub.io/427101
Change subject: FSAL_UP: fix op_ctx handling in delegrecall functions
......................................................................
FSAL_UP: fix op_ctx handling in delegrecall functions
This commit completes 6a40d174596d.
delegrecall_completion_func and delegrevoke_check also call dec_state_t_ref
which requires a valid op_ctx, but op_ctx may be NULL if the file is stale.
Apply the same fix as 6a40d174596d.
Fixes: 81caa34f9aca (set op_ctx during deleg revokes and recalls)
Change-Id: I6546f80848166d48188a7ab44a8b462fe9f8cd13
Signed-off-by: Fatih Acar <fatih.acar(a)gandi.net>
---
M src/FSAL_UP/fsal_up_top.c
1 file changed, 5 insertions(+), 3 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/01/427101/1
--
To view, visit
https://review.gerrithub.io/427101
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6546f80848166d48188a7ab44a8b462fe9f8cd13
Gerrit-Change-Number: 427101
Gerrit-PatchSet: 1
Gerrit-Owner: Anonymous Coward <fatih(a)gandi.net>