]> Git Repo - linux.git/commit
mpt2sas: Refcount fw_events and fix unsafe list usage
authorCalvin Owens <[email protected]>
Fri, 14 Aug 2015 01:48:10 +0000 (18:48 -0700)
committerJames Bottomley <[email protected]>
Sun, 6 Sep 2015 17:56:17 +0000 (10:56 -0700)
commit008549f6e8a1dc4aeea4a8d64184909786b27713
tree7c455324b35c5944e7cb1523d005ae91607564be
parentd224fe0d609734888af63656ddaf3a8352f0a7b5
mpt2sas: Refcount fw_events and fix unsafe list usage

The fw_event_work struct is concurrently referenced at shutdown, so
add a refcount to protect it, and refactor the code to use it.

Additionally, refactor _scsih_fw_event_cleanup_queue() such that it
no longer iterates over the list without holding the lock, since
_firmware_event_work() concurrently deletes items from the list.

Signed-off-by: Calvin Owens <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Nicholas Bellinger <[email protected]>
Tested-by: Chaitra Basappa <[email protected]>
Acked-by: Sreekanth Reddy <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/mpt2sas/mpt2sas_scsih.c
This page took 0.055954 seconds and 4 git commands to generate.