hellofs
hellofs copied to clipboard
An example kernel filesystem implementation
hello, happy new year, today I want to run this fs with code, but there are too many error when I run `hellofs-test.sh`, my os info is these: ``` [root@fs...
Hi, when I do a make, I get the following error: _utnso@ubuntu-server:~/workspace/practica_filesystem/hellofs$ make make -C /lib/modules/4.4.0-116-generic/build M=/home/utnso/workspace/practica_filesystem/hellofs modules make[1]: Entering directory '/usr/src/linux-headers-4.4.0-116-generic' CC [M] /home/utnso/workspace/practica_filesystem/hellofs/khellofs.o /home/utnso/workspace/practica_filesystem/hellofs/khellofs.c:26:5: error: unknown field ‘readdir’...
With kernel 6.2.x.x the file system API has been redefined with new members. Can you update the source code with the new API? home/guy/git/hellofs/khellofs.c:19:15: error: initialization of ‘int (*)(struct user_namespace...