Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent panic during concurrent snapshot rollback and zvol read
Protect zvol_cdev_read with zv_suspend_lock to prevent concurrent release of the dnode, avoiding panic when a snapshot is rolled back in parallel during ongoing zvol read operation. Signed-off-by: Ameer Hamza <ahamza@ixsystems.com>
- Loading branch information