blockd: don't flush devices list on "hotplug" call
authorRafał Miłecki <rafal@milecki.pl>
Fri, 13 Dec 2019 10:05:12 +0000 (11:05 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 13 Dec 2019 13:48:34 +0000 (14:48 +0100)
commit12851d6b3a3883b8470ba3f8c18024dec51e2847
tree461360911e03c3d26b7d4d0e9827944160499c5a
parent5ea47fe35e5db7b231393d21515daeaef9da8498
blockd: don't flush devices list on "hotplug" call

The point of "hotplug" call is to add or remove a single entry to/from
devices list. Using vlist_update() and vlist_flush() was clearing whole
list (and leaving the last entry in case of adding a device).

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
blockd.c