Revision 4a47d3a1ff10e564bf04f27ac14552df64f60cdf authored by Nicholas Bellinger on 23 September 2013, 18:42:28 UTC, committed by Nicholas Bellinger on 02 October 2013, 04:27:31 UTC
Fix GFP_KERNEL -> GFP_ATOMIC usage of percpu_ida_alloc() within
vhost_scsi_get_tag(), as this code is expected to be called directly
from interrupt context.

v2 changes:

  - Handle possible tag < 0 failure with GFP_ATOMIC

Acked-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Asias He <asias@redhat.com>
Cc: Kent Overstreet <kmo@daterainc.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
1 parent 0b41d6c
Raw File
Kbuild
# Top-level Makefile calls into asm-$(ARCH)
# List only non-arch directories below
back to top