commit | 94d72f008909610710bb1841d665eeeb010a0be1 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oneukum@suse.de> | Fri Mar 28 11:25:50 2014 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Apr 16 14:04:59 2014 -0700 |
tree | 772ca72840bc75d3a33802a56fb4dcfc526d2951 | |
parent | c637f1fa7b0452b71eebd35d00906d371c04714e [diff] |
uas: fix deadlocky memory allocations There are also two allocations with GFP_KERNEL in the pre-/post_reset code paths. That is no good because that is a part of the SCSI error handler. Signed-off-by: Oliver Neukum <oliver@neukum.org> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>