diff options
Diffstat (limited to 'src/core/mount.c')
-rw-r--r-- | src/core/mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mount.c b/src/core/mount.c index d3a4098f1a..eb25bcbdbe 100644 --- a/src/core/mount.c +++ b/src/core/mount.c @@ -601,7 +601,7 @@ static void mount_set_state(Mount *m, MountState state) { m->reload_result = MOUNT_SUCCESS; } -static int mount_coldplug(Unit *u, Hashmap *deferred_work) { +static int mount_coldplug(Unit *u) { Mount *m = MOUNT(u); MountState new_state = MOUNT_DEAD; int r; |