[Bug 244431] Incorrect file handle in fsync on FUSE-based filesystem.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 27 03:03:14 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244431

Alan Somers <asomers at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs at FreeBSD.org            |asomers at FreeBSD.org

--- Comment #1 from Alan Somers <asomers at FreeBSD.org> ---
Thanks for the great bug report!  I can't reproduce this problem using a simple
passthrough file system, and I'm not setup to use moosefs.  So can you please
try again, collect some more information with dtrace?  Run the following
command while you reproduce the bug, and show me the output:

sudo dtrace -i 'fbt:fusefs:fdisp_wait_answ:entry /args[0]->finh->opcode == 20/
{printf("nodeid=%d", args[0]->finh->nodeid);}' -i
'fbt:fusefs:fuse_vnop_fsync:entry'

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


More information about the freebsd-bugs mailing list