blockd: also send ubus notification on mount hotplug
authorDaniel Golle <daniel@makrotopia.org>
Wed, 14 Jul 2021 03:42:25 +0000 (04:42 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 14 Jul 2021 04:30:41 +0000 (05:30 +0100)
commit39558a1f3ebbf0a56188ead4f703456feab2102f
tree4a30163f767da39aebc736630289e2923e67981d
parent2f42515977adef7c026eb380ed2423c533cf8f3d
blockd: also send ubus notification on mount hotplug

Also sending a ubus notification on mount hotplug provides a useful
shortcut for procd service triggers.
As the /etc/hotplug.d/mount API for now doesn't have any users and also
makes it hard to aggregate hotplug calls, we should consider removing it
in favor of only using triggers on the block notifications in future.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
blockd.c