CVSROOT: /cvs Module name: src Changes by: h...@cvs.openbsd.org 2025/09/08 11:25:46
Modified files: sys/miscfs/fuse: fuse_device.c fusefs.h sys/sys : conf.h Log message: Cleanup the kernel fuse device code to remove support for ioctl. This is no longer needed since an fbuf is now read or written in one go, rather than a combination of read(2) or write(2) and ioctl(2) to read or write the buffer used by the vfs syscalls read, write, readlink and readdir. ok mpi@, ok jca@ to drop it.