mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
10037d0978
libfuse clients may pass the "-o auto_unmount" flag to ensure that the mountpoint will get unmounted even if the server terminate abnormally. Without this flag sending KILL to a FUSE daemon leaves its mountpoint mounted. Approved by: asomers Differential Revision: https://reviews.freebsd.org/D53086