From b73fd613449546ea7e113e50592da7a15f081024 Mon Sep 17 00:00:00 2001 From: Kevin Vigor Date: Tue, 16 Oct 2018 17:23:07 -0600 Subject: Avoid double unmount on normal unmount in auto_unmount mode. If a fuse filesystem was mounted in auto_unmount mode on top of an already mounted filesystem, we would end up doing a double-unmount when the fuse filesystem was unmounted properly. Make the auto_unmount code less eager: unmount only if the mounted filesystem has proper type and is returning 'Transport endpoint not connected'. --- ChangeLog.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 0b6ce98..73b90d7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,9 @@ Unreleased Changes ================= +* The `auto_unmount` mode now works correctly in combination with + autofs. + * The FUSE_CAP_READDIRPLUS_AUTO capability is no longer enabled by default unless the file system defines both a readdir() and a readdirplus() handler. -- cgit v1.2.3