]> git.baikalelectronics.ru Git - kernel.git/commit
tcm_fc: Fix possible lock to unlock type deadlock
authorDan Carpenter <error27@gmail.com>
Mon, 13 Jun 2011 20:08:46 +0000 (23:08 +0300)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 24 Jun 2011 00:09:15 +0000 (00:09 +0000)
commitbe0544752c009fd85c67e8f73492bbc91530650e
tree9fc758477e9275b3c6657e020152e98ab6825f2b
parenta4a9d3850d203a3b40b515bcbc20fea4b4d9452e
tcm_fc: Fix possible lock to unlock type deadlock

There is a typo here, it should be an unlock instead of a lock.  The
original code will deadlock.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/tcm_fc/tfc_sess.c