From e0c7bad47a54d865ef6194643e2cd20f6094e507 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Fri, 6 Jan 2023 20:45:30 +0100 Subject: kernel: turn the NULLFS into an always present special handle preparing for HANDLE_PROCFS --- src/shared/include/camellia/flags.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/shared') diff --git a/src/shared/include/camellia/flags.h b/src/shared/include/camellia/flags.h index b7cc42d..632ac3e 100644 --- a/src/shared/include/camellia/flags.h +++ b/src/shared/include/camellia/flags.h @@ -27,3 +27,7 @@ * The idea is that if all flags which allow modifying the filesystem state require * OPEN_WRITE to be set, filesystem handlers could just check for the OPEN_WRITE flag. */ #define OPEN_CREATE 4 + + +/* special handles */ +#define HANDLE_NULLFS -2 -- cgit v1.2.3