Skip to content

Commit

Permalink
file: relay mount() syscall to lumen
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Sep 11, 2024
1 parent 406b24b commit 5538604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ int mount(Thread *t, uint64_t id, const char *src, const char *tgt, const char *
strcpy(command->source, src);
strcpy(command->target, tgt);
strcpy(command->type, type);


requestServer(t, command);
}

0 comments on commit 5538604

Please sign in to comment.