From bbdacaddcc25d1d137a0bb0781eba603641baa92 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Thu, 7 Jul 2022 19:24:42 +0200 Subject: kernel/vfs: delegate support in _syscall_fs_respond! this is big in terms of speed, it avoids a lot of unnecessary context switches --- src/shared/syscalls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared') diff --git a/src/shared/syscalls.h b/src/shared/syscalls.h index bd26b43..b9be23d 100644 --- a/src/shared/syscalls.h +++ b/src/shared/syscalls.h @@ -5,6 +5,7 @@ #define FORK_NOREAP 1 #define FORK_NEWFS 2 #define OPEN_CREATE 1 +#define FSR_DELEGATE 1 enum { // idc about stable syscall numbers just yet -- cgit v1.2.3