locking: remove some false positive-y functions without a lock unlock pair
commit91be9126c77c08a6cf9fe449b129de4ace9eca4a
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 5 Jan 2012 07:09:18 +0000 (5 10:09 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 10 Jan 2012 08:22:22 +0000 (10 11:22 +0300)
tree8fc893d689393ae61947bf655b887a55513217bb
parente6ba169bd285c5375e3ab87dfcad709a8223bcca
locking: remove some false positive-y functions without a lock unlock pair

The theory here is that if you only lock on certain paths that's ok.  It's
when you lock and forget to unlock on certain paths that it might be a
mistake.

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