[Bug 199934] [FUSEFS] kernel module fails with filesystems without .create support
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 23 00:22:43 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199934
--- Comment #4 from commit-hook at freebsd.org ---
A commit references this bug:
Author: asomers
Date: Sat Mar 23 00:22:30 UTC 2019
New revision: 345429
URL: https://svnweb.freebsd.org/changeset/base/345429
Log:
fusefs: fallback to MKNOD/OPEN if a filesystem doesn't support CREATE
If a FUSE filesystem returns ENOSYS for FUSE_CREATE, then fallback to
FUSE_MKNOD/FUSE_OPEN.
Also, fix a memory leak in the error path of fuse_vnop_create. And do a
little cleanup in fuse_vnop_open.
PR: 199934
Reported by: samm at os2.kiev.ua
Sponsored by: The FreeBSD Foundation
Changes:
projects/fuse2/sys/fs/fuse/fuse_vnops.c
projects/fuse2/tests/sys/fs/fusefs/create.cc
projects/fuse2/tests/sys/fs/fusefs/mockfs.cc
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list