Avoid double unmount on normal unmount in auto_unmount mode.
authorKevin Vigor <kvigor@fb.com>
Tue, 16 Oct 2018 23:23:07 +0000 (17:23 -0600)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 6 Nov 2018 18:50:07 +0000 (18:50 +0000)
commitb73fd613449546ea7e113e50592da7a15f081024
tree06eae32811d6055603ca2bb8a9af6b8daf502ec4
parentb7ccb0d4c9771b3a82f2e7a9d0b1902babe0279f
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
util/fusermount.c