db: fixup_kernel.sh: only track the main read/write() functions
commitdb342feba3b4e62b06520d397e64f5666b4d219b
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 Mar 2013 10:45:02 +0000 (6 13:45 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 6 Mar 2013 10:45:02 +0000 (6 13:45 +0300)
tree8c17851a58adfc2988a1e7ff4207db041a51e2fd
parente3f44eedb39a74455ddd01b08a5c940a6271e65f
db: fixup_kernel.sh: only track the main read/write() functions

The problem here is that we have places which call ->read() and ->write()
recursively.  It pollutes the interesting information with confusing math
and causes false positives.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/fixup_kernel.sh