K 10 svn:author V 7 asomers K 8 svn:date V 27 2019-05-09T16:25:01.038312Z K 7 svn:log V 435 fusefs: create sockets with FUSE_MKNOD, not FUSE_CREATE libfuse expects sockets to be created with FUSE_MKNOD, not FUSE_CREATE, because that's how Linux does it. My first attempt at creating sockets (r346894) used FUSE_CREATE because FreeBSD uses VOP_CREATE for this purpose. There are no backwards-compatibility concerns with this change, because socket support hasn't yet been merged to head. Sponsored by: The FreeBSD Foundation END