]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hpsa: add ioaccel sg chaining for the ioaccel2 path
authorWebb Scales <webbnh@hp.com>
Fri, 6 Nov 2015 13:47:42 +0000 (05:47 -0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 10 Mar 2016 19:47:18 +0000 (11:47 -0800)
commitfe19e4149ec8fbaed0c947bbbf71d729f6499891
tree4b8ad42eebc566f486797d2a0ceddf4e6378d87d
parenta90910a9e274a4011b5054c9059551e07636315b
hpsa: add ioaccel sg chaining for the ioaccel2 path

Increase the request size for ioaccel2 path.

The error, if any, returned by hpsa_allocate_ioaccel2_sg_chain_blocks
to hpsa_alloc_ioaccel2_cmd_and_bft should be returned upstream rather
than assumed to be -ENOMEM.

This differs slightly from hpsa_alloc_ioaccel1_cmd_and_bft,
which does not call another hpsa_allocate function and only
has -ENOMEM to return from some kmalloc calls.

Reviewed-by: Scott Teel <scott.teel@pmcs.com>
Reviewed-by: Kevin Barnett <kevin.barnett@pmcs.com>
Signed-off-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Don Brace <don.brace@pmcs.com>
Orabug: 22075051
Acked-by: Chuck Anderson <chuck.anderson@oracle.com>
drivers/scsi/hpsa.c
drivers/scsi/hpsa.h