]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Issue:
authorram <ram@FreeBSD.org>
Sat, 9 Jun 2018 04:05:18 +0000 (04:05 +0000)
committerram <ram@FreeBSD.org>
Sat, 9 Jun 2018 04:05:18 +0000 (04:05 +0000)
commited6dd63ce9114f8900e598f10f84ce639f33585d
tree96123483ee949551ecc4a4970c9c0eef50f9611e
parentbc94720a7e512e88c6235155019d5f7c5972ab41
Issue:
     Utility hangs when  OCS_IOCTL_CMD_MGMT_GET_ALL called in parallel on port 0 and port 1.

  Fix: Using static structure for results is corrupting the second ioctl request. Removed static for results structure.

Approved by: ken
sys/dev/ocs_fc/ocs_mgmt.c