Adapt vfscore to the updated signature of initab's term_ctx.
Signed-off-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Andrei Tatar <andrei@unikraft.io>
GitHub-Closes: #1633
#endif /* CONFIG_LIBVFSCORE_AUTOMOUNT */
#if CONFIG_LIBVFSCORE_AUTOMOUNT || CONFIG_LIBVFSCORE_AUTOUNMOUNT
-static void vfscore_autoumount(const struct uk_term_ctx *tctx __unused)
+static void vfscore_autoumount(struct uk_term_ctx *tctx __unused)
{
struct mount *mp;
int rc;