commit | 1adff1b3a7f75a1c255b7fcab5676edf29d4a5d8 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Jun 22 23:44:05 2015 -0700 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Jun 22 23:54:10 2015 -0700 |
tree | 7fe5b62dba64a17e68dfd50b2e2745a2751811ff | |
parent | c51c8e7bcac966f209da83630fc8ca7e6cad279b [diff] |
target: Convert se_lun->lun_deve_lock to normal spinlock This patch converts se_lun->lun_deve_lock acquire/release access to use a normal, non bottom-half spin_lock_t for protecting se_lun->lun_deve_list access. Reported-by: Christoph Hellwig <hch@lst.de> Cc: Hannes Reinecke <hare@suse.de> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>