commit | 7c7cf3b9c31ed09822e5c186297991093ee13c49 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Mon Jun 13 23:08:46 2011 +0300 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Jun 24 00:09:15 2011 +0000 |
tree | 9fc758477e9275b3c6657e020152e98ab6825f2b | |
parent | 61db952713a8bc1b18515db3f2eac354ec8990bd [diff] |
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>