aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-07 20:57:53 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-15 18:53:45 -0700
commit0bef21e8543dda7f02b5f4cb3008a7292d249842 (patch)
tree2ac14db6288588ed28d691053be1f1d5e6624965 /ChangeLog.rst
parent86b261490611ffb0ccd46d3f0f2ae9eca9ae98af (diff)
Removed -o nonempty option
This brings the default behavior in-line with that of the regular `mount` command.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 99e548a..e3ebb89 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -4,6 +4,15 @@ Unreleased Changes
* The ``-o large_read`` mount option has been dropped. Hopefully no
one uses a Linux 2.4 kernel anymore.
+* The `-o nonempty` mount point has been removed, mounting over
+ non-empty directories is now always allowed. This brings the
+ behavior of FUSE file systems in-line with the behavior of the
+ regular `mount` command.
+
+ File systems that do not want to allow mounting to non-empty
+ directories should perform this check themselves before handing
+ control to libfuse.
+
* The chmod, chown, truncate, utimens and getattr handlers of the
high-level API now all receive an additional struct fuse_file_info
pointer. This pointer is NULL if the file is not currently open.
@@ -63,6 +72,7 @@ Unreleased Changes
always active. File systems that want to limit the size of write
requests should use the ``-o max_write=<N>`` option instead.
+
FUSE 3.0.0pre0 (2016-10-03)
============================