>From Malahal <mala...@gmail.com>:

Malahal has uploaded this change for review. ( 
https://review.gerrithub.io/385104


Change subject: Fix attempt to acquire content_lock twice
......................................................................

Fix attempt to acquire content_lock twice

Commit a54b0a7177a057cdbdf529da98a060c56235b008 added exclusive mode
content_lock in mdc_get_parent() but mdc_get_parent() is called with
content_lock already held from mdc_lookup().

Removed the lock acquisition in mdc_get_parent, and made sure callers of
mdc_get_parent call it while acquiring the content_lock.

Change-Id: I60efd4c5e538f9320e727f17df323463d2820bf8
Signed-off-by: Malahal Naineni <mala...@us.ibm.com>
Reported-by: Madhu Thorat <madhu.punj...@in.ibm.com>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_handle.c
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_helpers.c
2 files changed, 8 insertions(+), 2 deletions(-)



  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/04/385104/1
-- 
To view, visit https://review.gerrithub.io/385104
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I60efd4c5e538f9320e727f17df323463d2820bf8
Gerrit-Change-Number: 385104
Gerrit-PatchSet: 1
Gerrit-Owner: Malahal <mala...@gmail.com>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to