On 2/21/19 10:01 PM, Thomas Monjalon wrote:
From: Raslan Darawsheh <[email protected]>In case vdev was already probed, it shouldn't be probed again, and it should return -EEXIST as error. There are some checks in vdev_probe() and insert_vdev(), but a check was missing in vdev_plug(). The check is moved in vdev_probe_all_drivers() which is called in all code paths. Fixes: e9d159c3d534 ("eal: allow probing a device again") Cc: [email protected] Signed-off-by: Raslan Darawsheh <[email protected]> Signed-off-by: Thomas Monjalon <[email protected]>
Reviewed-by: Andrew Rybchenko <[email protected]>

