db: save caller_info for inline function properly
commit903f22f781373ffbc58e143511cd564d03d172a6
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 19 Feb 2013 13:15:39 +0000 (19 16:15 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 19 Feb 2013 13:15:39 +0000 (19 16:15 +0300)
tree23fbcdacdaae04065b8ea9598b99285ada312322
parent6c7bda62c55156122307b7017662bfd3944e6155
db: save caller_info for inline function properly

When we save stuff to the caller_info table then save it in both the
in-memory and on-disk databases.

I haven't completed the code for the in-memory database, so nothing is
using that data yet.  Meanwhile we do want to use the data we're saving.

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