Sachin Punadikar has uploaded this change for review.

View Change

FSAL_CEPH: Invalidate mdcache instead of release

The "try_release" upcall releases the cached entity only when its refcount is 1.
This is not expected action when ceph client cache is releasing the inode.
When ceph client cache releases inode, MDCACHE should release refs to the
cached entity. So calling "invalidate".

Change-Id: I8b76a7079e2ec7b317b71f9f53a7521e0ab5231c
Signed-off-by: Sachin Punadikar <sachin.punadikar@ibm.com>
---
M src/FSAL/FSAL_CEPH/main.c
1 file changed, 3 insertions(+), 2 deletions(-)

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

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

Gerrit-MessageType: newchange
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I8b76a7079e2ec7b317b71f9f53a7521e0ab5231c
Gerrit-Change-Number: 1199716
Gerrit-PatchSet: 1
Gerrit-Owner: Sachin Punadikar <sachin.punadikar@ibm.com>