>From <pradeeptho...@gmail.com>:

pradeeptho...@gmail.com has uploaded this change for review. ( 
https://review.gerrithub.io/376057


Change subject: Fix to make sure op_ctx is set when calling mdcache_lru_unref().
......................................................................

Fix to make sure op_ctx is set when calling mdcache_lru_unref().

If refcnt is greater than 2 for an entry, lru_run_lane() does not
setup op_ctx before calling mdcache_lru_unref(). Some other thread(s)
could decrement the refcnt and the lane thread may end up calling
mdcache_lru_clean() which requires op_ctx to be set.

Change-Id: I077312bcb512dd4c8a904f51209803444f845f6e
Signed-off-by: Pradeep <pradeeptho...@gmail.com>
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
2 files changed, 2 insertions(+), 31 deletions(-)



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

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I077312bcb512dd4c8a904f51209803444f845f6e
Gerrit-Change-Number: 376057
Gerrit-PatchSet: 1
Gerrit-Owner: pradeeptho...@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