Jiffin Tony Thottan has uploaded this change for review.

View Change

SAL: Fix dead lock in revoke_owner_delegs()

state->lock held by revoke_owner_delegs() before calling mdcache_put_ref(),
and code path again ends up in trying take lock on state->lock which will result
in crash with following bt

Change-Id: Iedb9bfb44027194a8adcfc535fd0cf70ba0f9808
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
---
M src/SAL/nfs4_state.c
1 file changed, 3 insertions(+), 2 deletions(-)

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

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

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iedb9bfb44027194a8adcfc535fd0cf70ba0f9808
Gerrit-Change-Number: 429624
Gerrit-PatchSet: 1
Gerrit-Owner: Jiffin Tony Thottan <jthottan@redhat.com>