Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2019 00:22:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 199934] [FUSEFS] kernel module fails with filesystems without .create support
Message-ID:  <bug-199934-227-um4pEFGb0R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199934-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199934-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199934

--- Comment #4 from commit-hook@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@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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199934-227-um4pEFGb0R>