Skip to content

bnx2fc: Remove spin_lock_bh while release resources after upload.

JIRA: https://issues.redhat.com/browse/RHEL-9662 Upstream Status: RHEL only

The session resource are used by FW and driver when session is offloaded, once session is uploaded these resources are not used. The lock is not required as these fields won't be used any longer.

Signed-off-by: John Meneghini jmeneghi@redhat.com

Merge request reports