Sachin Punadikar has uploaded this change for review.

View Change

FSAL_MEM:Don't destroy global FD for valid handle

In FSAL_MEM, the object handle remains fixed for its lifetime and can
not be recreated later on as there is no persistent storage associated.
Due to this limitation, the global FD associated with regular files
should not be destroyed until associated object handle is getting
deleted.

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

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

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

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