X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fautomount.c;h=0539fbbc41c1dab4da93533589b9611acc23dfde;hp=4a509efaf4895fd38ccfa47a1218014f8f8258de;hb=6e392c9c45643d106673c6643ac8bf4e65da13c1;hpb=2eec67acbb00593e414549a7e5b35eb7dd776b1b diff --git a/src/core/automount.c b/src/core/automount.c index 4a509efaf..0539fbbc4 100644 --- a/src/core/automount.c +++ b/src/core/automount.c @@ -233,7 +233,7 @@ static void automount_set_state(Automount *a, AutomountState state) { unit_notify(UNIT(a), state_translation_table[old_state], state_translation_table[state], true); } -static int automount_coldplug(Unit *u) { +static int automount_coldplug(Unit *u, Hashmap *deferred_work) { Automount *a = AUTOMOUNT(u); int r;