commit | 3c989d7603872bf878840f7ce3ea49b73bea4c6c | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Nov 23 12:07:39 2012 +0800 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Tue Nov 27 22:49:21 2012 -0800 |
tree | fcebcfca5299ca7593a78df17b6f7fb3b15a4bb8 | |
parent | b07c28aab52edffb592429637fed846c48dca0a8 [diff] |
iscsit: use GFP_ATOMIC under spin lock The function iscsit_build_conn_drop_async_message() is called from iscsit_close_connection() with spin lock 'sess->conn_lock' held, so we should use GFP_ATOMIC instead of GFP_KERNEL. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Cc: stable@vger.kernel.org Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>