CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/11/30 04:29:03

Modified files:
        lib/libfuse    : fuse_ops.c 
        sys/miscfs/fuse: fuse_vnops.c 
        sys/sys        : fusebuf.h 
        share/man/man9 : fb_setup.9 

Log message:
vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can't
support FBT_CREATE. Fall back to FBT_MKNOD + FBT_OPEN so that a valid
sequence of FUSE messages is sent to the file system when creating files.

input from mpi@, otto@

Reply via email to