#ifndef COOKIE_H #define COOKIE_H extern void to_std_log(FILE **fp); #endif /* COOKIE_H */ t' type='text/css' href='/cgit.css'/>
summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorJohannes Thumshirn <jthumshirn@suse.de>2016-07-18 16:06:03 +0200
committerMartin K. Petersen <martin.petersen@oracle.com>2016-07-20 19:45:35 -0400
commit31979008fdae72d7441643f3a5b1bdaedf481335 (patch)
treebaa9bddc227c9e608dce58edca20aff427ebcd04 /Documentation/devicetree
parentfcbefc3b2bfb4dd1a230b3082b68bc7cf7c081e7 (diff)
lpfc: call lpfc_sli_validate_fcp_iocb() with the hbalock held
Call lpfc_sli_validate_fcp_iocb() with the hbalock held, as the pointer to iocbq is not guaranteed to still be valid after looking it up. Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Laurence Oberman <loberman@redhat.com> Acked-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Documentation/devicetree')