From Daniel Gryniewicz <dang(a)redhat.com>:
Daniel Gryniewicz has uploaded this change for review. (
https://review.gerrithub.io/420074
Change subject: FSAL_MEM - Convert dirent tracking to refcount
......................................................................
FSAL_MEM - Convert dirent tracking to refcount
Dirents had an implicit refcount on their handle because the handle
could not be removed until the list of dirents pointing at it was empty.
Convert this to dirents taking an explicit ref on the handle they point
to, as this is simpler and less accident prone.
Change-Id: I36ce964f5e68bcec690dc3cdcbd90e1fcc838a24
Signed-off-by: Daniel Gryniewicz <dang(a)redhat.com>
---
M src/FSAL/FSAL_MEM/mem_handle.c
1 file changed, 7 insertions(+), 12 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/74/420074/1
--
To view, visit
https://review.gerrithub.io/420074
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I36ce964f5e68bcec690dc3cdcbd90e1fcc838a24
Gerrit-Change-Number: 420074
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Gryniewicz <dang(a)redhat.com>