aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-02 19:04:02 +0100
committerMiklos Szeredi <mszeredi@suse.cz>2013-02-20 15:59:08 +0100
commit4a6fb6768aada05e456b2e8cbbcf5660637564ce (patch)
treebb59afe108548b44a07104b499c3b7e0a68719f2 /ChangeLog
parent29e1d592d014f7ccb001d62d1c818df54095c46f (diff)
downloadlibfuse-4a6fb6768aada05e456b2e8cbbcf5660637564ce.tar.gz
libfuse: use O_CLOEXEC flag when opening /dev/fuse device
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 508ae46..511c694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* libfuse: change the type of fuse_ino_t from 'unsigned long' to
'uint64_t'
+ * libfuse: use O_CLOEXEC flag when opening /dev/fuse device.
+ Patch by Richard W.M. Jones
+
2013-02-19 Miklos Szeredi <miklos@szeredi.hu>
* fuse_daemonize(): chdir to "/" even if not running in the