locking: add more impossible handling
commit86423bd8217c14dc0e09441c9d050f9a1a219f3a
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 24 May 2016 11:15:41 +0000 (24 14:15 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 24 May 2016 11:15:41 +0000 (24 14:15 +0300)
tree126271b0d409e5b0f768db1814a78225f611425d
parent37b68e916593ea20ac7f3129477bfabc65517a37
locking: add more impossible handling

The truth is that I have forgotten what this is about exactly or if it
solves any issues.  But Oleg is complaining about unspecified issues with
impossible conditions in check_locking.c and I have code which fixes
unspecified issues that I have not yet committed so maybe I can commit it
and make everyone happy.

I'm in the process of totally re-writing this check so hopefully that will
be ready soon.

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