Page MenuHomeFreeBSD

fusefs: don't fake the mountpoint's stat info before FUSE_INIT completes
ClosedPublic

Authored by asomers on Jun 11 2025, 9:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 6:47 PM
Unknown Object (File)
Sat, Oct 11, 2:17 PM
Unknown Object (File)
Tue, Sep 30, 8:55 AM
Unknown Object (File)
Sep 17 2025, 7:06 PM
Unknown Object (File)
Sep 17 2025, 9:38 AM
Unknown Object (File)
Sep 15 2025, 6:21 AM
Unknown Object (File)
Sep 14 2025, 6:27 AM
Unknown Object (File)
Sep 10 2025, 7:29 PM
Subscribers

Details

Summary

Ever since the first GSoC contribution, fusefs has had a curious
behavior. If the daemon hasn't finished responding to FUSE_INIT,
fuse_vnop_getattr would reply to VOP_GETATTR requests for the mountpoint
by returning all zeros. I don't know why. It isn't necessary for
unmounting, even if the daemon is dead.

Delete that behavior. Now VOP_GETATTR for the mountpoint will wait for
the daemon to be ready, just like it will for any other vnode.

Reported by: Vassili Tchersky
MFC after: 2 weeks
Sponsored by: ConnectWise

Test Plan

Test case added

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable