>From Frank Filz <ffilz...@mindspring.com>:

Frank Filz has uploaded this change for review. ( 
https://review.gerrithub.io/354398


Change subject: AVL: Make inlining easier and allow external to break up 
lookup/insert
......................................................................

AVL: Make inlining easier and allow external to break up lookup/insert

Everyone wants AVL access to be inlined, make it possible to have
avltree_insert entirely inlined.

There is at least one use case for a function to do an avltree_lookup,
and if the key is not found, subsequently add it and since avltree_insert
does an avltree_lookup, we just separate out the rest of avltree_insert as
avltree_do_insert.

Change-Id: I32f7b6f3a884958a7231ed03695d6c840c1879d6
Signed-off-by: Frank S. Filz <ffilz...@mindspring.com>
---
M src/avl/avl.c
M src/include/avltree.h
2 files changed, 133 insertions(+), 88 deletions(-)



  git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha 
refs/changes/98/354398/1
-- 
To view, visit https://review.gerrithub.io/354398
To unsubscribe, visit https://review.gerrithub.io/settings

Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I32f7b6f3a884958a7231ed03695d6c840c1879d6
Gerrit-Change-Number: 354398
Gerrit-PatchSet: 1
Gerrit-Owner: Frank Filz <ffilz...@mindspring.com>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to