smatch_flow: don't parse inline functions after we have already bailed
commit7f746a2a09a31102c28a2bee81b2c6e0316a29d6
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 6 Sep 2018 14:18:15 +0000 (6 17:18 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Thu, 6 Sep 2018 14:18:15 +0000 (6 17:18 +0300)
tree7b05cea83afa1b98bef7e42c416692a92ff800c5
parent3bc671b6e7acbc82f7b111ba31209d90405e44ef
smatch_flow: don't parse inline functions after we have already bailed

If we decide to bail out because a function is taking too long to parse
then let's not try to parse inline functions.  This is common sense.  But
also the other issue is that bailing out then parsing an inline function
can lead to weird "locking inconsistency" false positives.

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