aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2009-12-23 12:51:40 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2009-12-23 12:51:40 +0000
commit4c3d9b19576c228e1a3c6eab9a6942d9431f6ce4 (patch)
tree28babd13dc0472ebb7ce251544329eeda32b98ec /ChangeLog
parente61b775a5ae3ac4c3d4b6edb9a4401d39d288cb5 (diff)
downloadlibfuse-4c3d9b19576c228e1a3c6eab9a6942d9431f6ce4.tar.gz
* Use '--no-canonicalize' option of mount(8) (available in
util-linux-ng version 2.17 or greater) to avoid calling readling(2) on the newly mounted filesystem before the mount procedure is finished. This has caused a deadlock if audit was enabled in the kernel. Also use '--no-canonicalize' for umount to avoid touching the mounted filesystem.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1711026..47e6100 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-12-17 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Use '--no-canonicalize' option of mount(8) (available in
+ util-linux-ng version 2.17 or greater) to avoid calling
+ readling(2) on the newly mounted filesystem before the mount
+ procedure is finished. This has caused a deadlock if "audit" was
+ enabled in the kernel. Also use '--no-canonicalize' for umount to
+ avoid touching the mounted filesystem.
+
2009-09-11 Miklos Szeredi <miklos@szeredi.hu>
* Released 2.8.1