diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2009-12-23 12:51:40 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2009-12-23 12:51:40 +0000 |
commit | 4c3d9b19576c228e1a3c6eab9a6942d9431f6ce4 (patch) | |
tree | 28babd13dc0472ebb7ce251544329eeda32b98ec /ChangeLog | |
parent | e61b775a5ae3ac4c3d4b6edb9a4401d39d288cb5 (diff) | |
download | libfuse-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |