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

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


Change subject: Set op_ctx when calling mdcache_lru_clean() in the context of 
background thread.
......................................................................

Set op_ctx when calling mdcache_lru_clean() in the context of background thread.

The background thread goes through each lane to find entries to be cleaned.
In one scenario, it resets the op_ctx to NULL which results in the assert()
to be hit in mdcache_lru_clean(). This fix moves the reset of op_ctx to NULL
after the call to mdcache_lru_unref().

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



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

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0896e9711c3c09449df62a58698d622739ca18da
Gerrit-Change-Number: 373387
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