mirror of
https://github.com/openbsd/src.git
synced 2026-04-26 07:05:54 +00:00
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@