HomeFreeBSD

fusefs: unset MNT_LOCAL

Description

fusefs: unset MNT_LOCAL

The kernel can't tell whether or not a fuse file system is truly local. But
what really matters is two things:

  1. Can I/O to a file system block indefinitely?
  2. Can the file system bypass the O_BENEATH restriction during lookup?

For fuse, the answer to both of those question is yes. So as far as the
kernel is concerned, it's a non-local file system.

Sponsored by: The FreeBSD Foundation

Details

Provenance
asomersAuthored on
Parents
rS348008: mips: remove 16-byte alignment from .init and .fini epilogues
Branches
Unknown
Tags
Unknown