Fix the Unclear locking thing. Again.
commit9f2483631b385dabdbff0615dee9b87b499efa91
authorDan Carpenter <error27@gmail.com>
Mon, 23 Feb 2009 12:04:54 +0000 (23 15:04 +0300)
committerDan Carpenter <error27@gmail.com>
Mon, 23 Feb 2009 12:04:54 +0000 (23 15:04 +0300)
tree879201a02e4672aa4a212c428f41c9e25a622291
parent030ee4d7fedeb30cba5f00b9bb75463cf4deb0ab
Fix the Unclear locking thing.  Again.

If it is unlocked + NULL that's fine.  If is locked + NULL that could be
a bug.  The validation script caught this.

Signed-off-by: Dan Carpenter <error27@gmail.com>
check_locking.c