| commit | 370caef9e8e2800a759d9c29e2c4d41375bdad62 | [log] [tgz] |
|---|---|---|
| author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Nov 23 12:07:39 2012 +0800 |
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 17 08:50:44 2013 -0800 |
| tree | 26a3951afb4f4546bc5c73c2c85df6b39a1a4e1c | |
| parent | 2e4be18823cb686f1316ac856ce1fbc651dd28e1 [diff] |
iscsit: use GFP_ATOMIC under spin lock commit 3c989d7603872bf878840f7ce3ea49b73bea4c6c upstream. 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> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>