Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bus/vdev: revert fix devargs in secondary process
[ upstream commit 22ce39b ] The ASan tool detected a memory leak in the vdev driver alloc_devargs. The previous commit was that when inserting a vdev device, the primary process alloc devargs and the secondary process looks for devargs. This causes the device to not be created if the secondary process does not initialise the vdev device. And, this is not the root cause. Therefore the following commit was reverted accordingly. After restoring this commit, the memory leak still exists. Bugzilla ID: 1450 Fixes: 6666628 ("bus/vdev: fix devargs in secondary process") Signed-off-by: Mingjin Ye <[email protected]>
- Loading branch information