Edit

IABSD.fr/src/sys/miscfs

Branch :

  • Show log

    Commit

  • Author : helg
    Date : 2026-01-29 06:04:27
    Hash : e625cb5a
    Message : Change the high-level FUSE implementation to use the low-level API. Currently, both APIs communicate with the kernel independently. Even though this is a libfuse change, I've included a minor kernel patch to remove a now unecessary check for a ENOBUFS errno. This is not part of the FUSE protocol and is no longer needed. I've also deleted a regression test, which checks that libfuse functions can handle NULL as an argument. It's better that these function segfault rather than attempt to gracefully handle bad arguments. There is no change to the libfuse API so shlib_version does not need a bump. OK claudio@