From 49d0e64b6a61acea3bcdd6b36be3972111edecc5 Mon Sep 17 00:00:00 2001 From: Mike Christie Date: Tue, 6 Mar 2012 16:09:01 -0600 Subject: [PATCH] [SCSI] iscsi class: fix gfp use in ping compl and host event If a ping or host event were to occur when memory is low we do not want to use GFP_KERNEL, because the paths sending them cannot block for data to be written. These paths might be needed to recover write paths. Use GFP_NOIO instead. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-format-patch failed