From b9e3ea01dbbbba9518da216dd29c042af871ae31 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 28 Jan 2021 22:51:10 +0100 Subject: Ignore "-o nonempty" (#582) Commit 0bef21e8543d removed "-o nonempty" since mounting over non-empty directories is always allowed. But this broke tools which specify "-o nonempty". Since the expected behaviour is the same anyway, ignoring the "nonempty" option seems safe, and allows programs specifying "-o nonempty" to continue working with fusermount3. This would fix https://bugs.debian.org/939767 Signed-off-by: Stephen Kitt --- ChangeLog.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index ecca75d..47b993a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,10 @@ +Unreleased Changes +================== + +* Allow "nonempty" as a mount option, for backwards compatibility with + fusermount 2. The option has no effect since mounting over non-empty + directories is allowed by default. + libfuse 3.10.1 (2020-12-07) =========================== -- cgit v1.2.1