Re: [PATCH 4/5] scsi: bnx2fc: annoate unlock + release for sparse

2017-05-05 Thread Johannes Thumshirn
On 04/10/2017 07:12 PM, Sebastian Andrzej Siewior wrote: > The caller of bnx2fc_abts_cleanup() holds the tgt->tgt_lock lock and it > is expected to release the lock during wait_for_completion() and acquire > the lock afterwards. > > This patch was only compile-tested due to -ENODEV. > > Cc:

Re: [PATCH 4/5] scsi: bnx2fc: annoate unlock + release for sparse

2017-05-05 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[PATCH 4/5] scsi: bnx2fc: annoate unlock + release for sparse

2017-04-10 Thread Sebastian Andrzej Siewior
The caller of bnx2fc_abts_cleanup() holds the tgt->tgt_lock lock and it is expected to release the lock during wait_for_completion() and acquire the lock afterwards. This patch was only compile-tested due to -ENODEV. Cc: qlogic-storage-upstr...@qlogic.com Cc: Christoph Hellwig

[PATCH 4/5] scsi: bnx2fc: annoate unlock + release for sparse

2016-11-22 Thread Sebastian Andrzej Siewior
The caller of bnx2fc_abts_cleanup() holds the tgt->tgt_lock lock and it is expected to release the lock during wait_for_completion() and acquire the lock afterwards. This patch was only compile-tested due to -ENODEV. Cc: qlogic-storage-upstr...@qlogic.com Cc: Christoph Hellwig

[PATCH 4/5] scsi: bnx2fc: annoate unlock + release for sparse

2016-11-18 Thread Sebastian Andrzej Siewior
The caller of bnx2fc_abts_cleanup() holds the tgt->tgt_lock lock and it is expected to release the lock during wait_for_completion() and acquire the lock afterwards. This patch was only compile-tested due to -ENODEV. Cc: qlogic-storage-upstr...@qlogic.com Cc: Christoph Hellwig

[REPOST PATCH 4/5] scsi: bnx2fc: annoate unlock + release for sparse

2016-08-17 Thread Sebastian Andrzej Siewior
The caller of bnx2fc_abts_cleanup() holds the tgt->tgt_lock lock and it is expected to release the lock during wait_for_completion() and acquire the lock afterwards. This patch was only compile-tested due to -ENODEV. Cc: qlogic-storage-upstr...@qlogic.com Cc: Christoph Hellwig