]> Pileus Git - ~andy/linux/commit
[SCSI] lpfc: Adjust lpfc_scsi_buf allocation
authorJames.Smart@Emulex.Com <James.Smart@Emulex.Com>
Sat, 29 Oct 2005 00:29:51 +0000 (20:29 -0400)
committerJames Bottomley <jejb@mulgrave.(none)>
Sat, 29 Oct 2005 15:30:12 +0000 (10:30 -0500)
commita784efbff725b7f4893a8835ac7232c0e00d24e4
treeea7a50121dbbca571f702a67c246f69eb911f35b
parent68876920f442912c94f749bc337c888696cb9ed0
[SCSI] lpfc: Adjust lpfc_scsi_buf allocation

Adjust lpfc_scsi_buf allocation to account for lun_queue_depth and
error handling

Under high load and high duress, the error handler could steal some
command resources from the normal i/o path. Rework to allocate
additional resources to avoid this scneario.

Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/lpfc/lpfc_scsi.c