* [PATCH] Generic AVL-Trees in MM code
@ 2000-01-17 6:33 Kevin O'Connor
0 siblings, 0 replies; only message in thread
From: Kevin O'Connor @ 2000-01-17 6:33 UTC (permalink / raw)
To: linux-mm
[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]
Hello,
I recently sent a patch to the vger's mailing list with a new AVL Tree
implementation. The idea is to reuse the same AVL code in multiple
places. Since the MM code is one of the biggest changes in the patch I
thought I'd send an additional email to this group. Any comments on the
patch?
-Kevin
Original linux-kernel email:
As of kernel 2.3.37 there are three separate AVL Tree implementations.
Included is a patch which implements generic AVL-Trees (ala linux/list.h)
and converts the existing code to use the new mechanisms.
The existing uses of AVL Trees are in:
linux/mm/mmap_tree.c
linux/net/bridge/br_tree.c
linux/net/ipv4/inetpeer.c
The attached patch is in gzip form, alternatively it may be obtained from:
http://www.cse.buffalo.edu/~koconnor/kernel-avl-patch-1.1c
The patch is against 2.3.39, but since these files rarely change, it will
probably also apply to previous and/or later versions.
Comments?
-Kevin
--
------------------------------------------------------------------------
| Kevin O'Connor "BTW, IMHO we need a FAQ for |
| koconnor@cse.buffalo.edu 'IMHO', 'FAQ', 'BTW', etc. !" |
------------------------------------------------------------------------
[-- Attachment #2: kernel-avl-patch-1.1c.gz --]
[-- Type: application/x-gzip, Size: 16311 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-01-17 6:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-17 6:33 [PATCH] Generic AVL-Trees in MM code Kevin O'Connor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox