diff options
author | dzwdz | 2024-05-11 20:55:10 +0200 |
---|---|---|
committer | dzwdz | 2024-05-11 20:55:10 +0200 |
commit | ec3d2400db15e6911138d88f95cae141a9da2130 (patch) | |
tree | 243ae2e52a428529bb050caaed332185c465a7d5 /src/libk | |
parent | e4ebea27b2f339706da76a3e79cb63ea9ed97c38 (diff) |
kernel: remove HANDLE_NULLFS
It was a dumb hack that wasn't even necessary - an error when mounting should
shadow over the mountpoint anyways.
Diffstat (limited to 'src/libk')
-rw-r--r-- | src/libk/include/camellia/flags.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |