rbtree: drop the data pointer; instead rely on being embedded
commite8873121aadbbb465c0c48da3c56b47a6a5f1d68
authorH. Peter Anvin <hpa@zytor.com>
Thu, 30 Oct 2008 17:58:28 +0000 (30 10:58 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 30 Oct 2008 17:58:28 +0000 (30 10:58 -0700)
tree9333fb01193d78f0f02050359f8acfeb7cfc672a
parent9656a581cdb6f505c9adc6b5158b395c21b5c43a
rbtree: drop the data pointer; instead rely on being embedded

Drop the data pointer, and instead assume the struct rbtree will be
embedded in a bigger data structure (to be extracted via
container_of()).

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
rbtree.c
rbtree.h