Re: [PATCH for-5.0 v5 0/3] Fix some AIO context locking in jobs

2020-04-07 Thread Kevin Wolf
Am 07.04.2020 um 13:56 hat Stefan Reiter geschrieben: > Contains three seperate but related patches cleaning up and fixing some > issues regarding aio_context_acquire/aio_context_release for jobs. Mostly > affects blockjobs running for devices that have IO threads enabled AFAICT. > > > Changes fr

[PATCH for-5.0 v5 0/3] Fix some AIO context locking in jobs

2020-04-07 Thread Stefan Reiter
Contains three seperate but related patches cleaning up and fixing some issues regarding aio_context_acquire/aio_context_release for jobs. Mostly affects blockjobs running for devices that have IO threads enabled AFAICT. Changes from v4: * Do job_ref/job_unref in job_txn_apply and job_exit since