Re: [PATCH 1/6] qla2xxx: Determine the number of outstanding commands based on available resources.

2013-01-30 Thread Chad Dupuis
FYI, the fix the smatch warning: + drivers/scsi/qla2xxx/qla_os.c:364 qla2x00_free_req_que() info: + redundant null check on req-outstanding_cmds calling kfree() has been merged with this patch. On Wed, 30 Jan 2013, Saurav Kashyap wrote: From: Chad Dupuis chad.dup...@qlogic.com Base the

[PATCH 1/6] qla2xxx: Determine the number of outstanding commands based on available resources.

2012-12-07 Thread Saurav Kashyap
From: Chad Dupuis chad.dup...@qlogic.com Base the number of outstanding requests the driver will keep track of on the available resources instead of being hard-coded. Signed-off-by: Chad Dupuis chad.dup...@qlogic.com Signed-off-by: Saurav Kashyap saurav.kash...@qlogic.com ---