commit | 92d7a99fd8121992dc5fd400c221e4ac01f6dec6 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Wed Dec 08 06:26:04 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Fri Dec 17 21:07:14 2010 +0100 |
tree | ec940c57d350c16c567a8c2a865860e4a5ff4bb2 | |
parent | 693d6388c1057a4508e751a916826888101c0cba [diff] |
hashtable: drop all non-reentrant versions The non-reentrant versions of the hashtable functions operate on a single shared hashtable. So if two different people try using these funcs for two different purposes, they'll cause problems for the other. Avoid this by converting all existing hashtable consumers over to the reentrant versions and then punting the non-reentrant ones. Signed-off-by: Mike Frysinger <vapier@gentoo.org>