[PATCH 0/3] tools/xenstore: simplify hashtable implementation

Juergen Gross posted 3 patches 2 years, 3 months ago
Test gitlab-ci failed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20220120120236.13826-1-jgross@suse.com
There is a newer version of this series
tools/xenstore/hashtable.c         | 34 ++++++++++--
tools/xenstore/hashtable.h         | 76 --------------------------
tools/xenstore/hashtable_private.h | 85 ------------------------------
3 files changed, 29 insertions(+), 166 deletions(-)
delete mode 100644 tools/xenstore/hashtable_private.h
[PATCH 0/3] tools/xenstore: simplify hashtable implementation
Posted by Juergen Gross 2 years, 3 months ago
Do some simplifications in the hashtable implementation not touching
the hashtable interfaces.

Juergen Gross (3):
  tools/xenstore: merge hashtable_private.h into hashtable.c
  tools/xenstore: fix hashtable_expand() zeroing new area
  tools/xenstore: drop DEFINE_HASHTABLE_* macros and usage intro

 tools/xenstore/hashtable.c         | 34 ++++++++++--
 tools/xenstore/hashtable.h         | 76 --------------------------
 tools/xenstore/hashtable_private.h | 85 ------------------------------
 3 files changed, 29 insertions(+), 166 deletions(-)
 delete mode 100644 tools/xenstore/hashtable_private.h

-- 
2.31.1