All along I was adding the pools to the wrong place.
commitc3fccb32ceee70f8b82999f0205600f8d294e598
authorDan Carpenter <error27@gmail.com>
Fri, 6 Mar 2009 04:48:20 +0000 (6 07:48 +0300)
committerDan Carpenter <error27@gmail.com>
Fri, 6 Mar 2009 04:48:20 +0000 (6 07:48 +0300)
treeff3b09b7f6821f8e54797125fd2cd0c9ebfcd331
parentc2fad28fded723fb0708096a0169c9ea02777b93
All along I was adding the pools to the wrong place.

clone_slist clones all the states too.  In merge_slist() we create two
implied pools.  The state in those pools need to have their ->all_pools
reflect that they are a member of those pools.

Signed-off-by: Dan Carpenter <error27@gmail.com>
smatch_slist.c