Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize the taskq entry embedded within struct vdev
As part of the stack reduction effort in 50b25b2, a zio_t containing a taskq_ent was added to struct vdev_queue which itself is part of struct vdev. The taskq entry should be initialized as is currently done in zio_create() for newly-created bare zio_t object. The rationale is the same as is described in f467b05. Signed-off-by: Tim Chase <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes openzfs#3709
- Loading branch information