From ec3d2400db15e6911138d88f95cae141a9da2130 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 11 May 2024 20:55:10 +0200 Subject: kernel: remove HANDLE_NULLFS It was a dumb hack that wasn't even necessary - an error when mounting should shadow over the mountpoint anyways. --- src/libk/include/camellia/flags.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libk/include') diff --git a/src/libk/include/camellia/flags.h b/src/libk/include/camellia/flags.h index bc34616..a708f73 100644 --- a/src/libk/include/camellia/flags.h +++ b/src/libk/include/camellia/flags.h @@ -28,7 +28,3 @@ * 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