commit | 08a16208c8cb2ce1f79fea24f21dd7a8df4f12b6 | [log] [tgz] |
---|---|---|
author | Denis Efremov <yefremov.denis@gmail.com> | Sat Aug 18 16:10:31 2012 +0400 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Mon Aug 20 14:52:15 2012 -0700 |
tree | 8df3946aff29d4dcbdbddb42296388a3486c1b6e | |
parent | 6de7145ca3db231a84b7516a6cb25878da6ebb19 [diff] |
tcm_fc: rcu_deref outside rcu lock/unlock section Use rcu_dereference_protected in order to prevent lockdep complaint. Sequel of the patch 863555be Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Denis Efremov <yefremov.denis@gmail.com> Acked-by: Mark D. Rustad <mark.d.rustad@intel.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>