Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add zio_wait() executor/waiter locking
There exists a plausible cache concurrency issue with zio_wait(). This might occur because the zio->io_waiter to not assigned under a lock in zio_wait(), is not checked under a lock in zio_done(), and the zio may be dispatched to another thread for handling. That said, none of the actual crash dumps I've looked at show that this has ever occurred. Signed-off-by: Brian Behlendorf <[email protected]> Issue openzfs#2523
- Loading branch information