>From Jiffin Tony Thottan <[email protected]>: Jiffin Tony Thottan has uploaded a new change for review.
https://review.gerrithub.io/289765 Change subject: add mdcache_lru_cleanup_try_push() in mdc_clean_entry() as well ...................................................................... add mdcache_lru_cleanup_try_push() in mdc_clean_entry() as well Currently mdcache_lru_cleanup_try_push() is called in only mdcache_unexport(). This functions will clean up the "fh_hk" variable in the "mdcache_entry_t". In mdcache_unexport, this is performd only when the entry_export_map(exportmap) is valid. But usually it got released mdc_clean_entry() and never touch required part. So re-exporting same share will end up holding invalid avl tree's from previous export. Change-Id: I5c50ac8c6eb84a48a4b8e2df70822a6cdee8ab5d Signed-off-by: Jiffin Tony Thottan <[email protected]> --- M src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_helpers.c 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/65/289765/1 -- To view, visit https://review.gerrithub.io/289765 To unsubscribe, visit https://review.gerrithub.io/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5c50ac8c6eb84a48a4b8e2df70822a6cdee8ab5d Gerrit-PatchSet: 1 Gerrit-Project: ffilz/nfs-ganesha Gerrit-Branch: next Gerrit-Owner: Jiffin Tony Thottan <[email protected]> ------------------------------------------------------------------------------ _______________________________________________ Nfs-ganesha-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel
