db: give up if there are over 1000 returned states
commit8b79545dae344ae8f554c35536d86a579378741b
authorDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Mar 2013 07:57:46 +0000 (25 10:57 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Mon, 25 Mar 2013 07:57:46 +0000 (25 10:57 +0300)
tree2cc0932310ff105ddb5c4843c5c25348695a1110
parent9a753b101ace751eee01a60510112dbedc6d573a
db: give up if there are over 1000 returned states

Even when we stop recursion there are still some places with way too many
return states to handle (over 5000 for some btrfs functions).  Just give
up in those cases.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_db.c