pradeepthomas@gmail.com has uploaded this change for review.

View Change

MDCACHE - Fix race between unexport and LRU reap.

MDCACHE entries can be pushed to the cleanup queue from unexport
path (mdcache_unexport/mdcache_umount). In the meantime, the same
entry can be reaped by lru_reap_impl (unexport path does not take
QLOCK). If the entry is reaped

Signed-off-by: Pradeep <pradeepthomas@gmail.com>
Change-Id: I2b59aa881dd9d6a86f917b9fe20fdfd9873f98b7
---
M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
1 file changed, 20 insertions(+), 1 deletion(-)

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

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

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I2b59aa881dd9d6a86f917b9fe20fdfd9873f98b7
Gerrit-Change-Number: 539078
Gerrit-PatchSet: 1
Gerrit-Owner: pradeepthomas@gmail.com
Gerrit-MessageType: newchange