From: Stephen M. Cameron Date: Thu, 5 Jan 2012 16:15:31 +0000 (-0600) Subject: [SCSI] hpsa: do not sleep in atomic context in rmmod path. X-Git-Tag: v3.3-rc1~15^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=775bf2773858c50d2acfcdf71889984be94e7037;p=pandora-kernel.git [SCSI] hpsa: do not sleep in atomic context in rmmod path. Don't call kthread_stop with a spin lock held and interrupts disabled because kthread_stop will sleep waiting for the thread to stop. Signed-off-by: Stephen M. Cameron Signed-off-by: James Bottomley --- Reading git-diff-tree failed