diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2020-02-12 16:58:20 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2020-02-12 17:09:13 +0200 |
commit | 2c2337b7c9b87744662c4b08d453bf7128444f43 (patch) | |
tree | 87c7aa5a72dab06105836b24aafd3e32c32be1b6 /ChangeLog | |
parent | c3a2f98c1caa9cd7121432f3eab1b215b7f0a6ab (diff) | |
download | bindfs-2c2337b7c9b87744662c4b08d453bf7128444f43.tar.gz |
Don't add `-ononempty` on FUSE 3, where it has been removed.
FUSE 3 allows nonempty directories by default.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2020-02-12 Martin Pärtel <martin dot partel at gmail dot com> + + * Stop adding `-ononempty` when mounting a directory on itself with FUSE 3. + 2020-01-08 Martin Pärtel <martin dot partel at gmail dot com> * Fixed build with -fno-common, which is the default in GCC 10 (PR #81, thanks jengelh@!). |