diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2007-08-08 18:22:01 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2007-08-08 18:22:01 +0000 |
commit | 0042f8cc82e98b51defcf28b8e84f47f443cb55a (patch) | |
tree | 46c4e37a048d1a67ff9516befda5fdbfda8de7ba /ChangeLog | |
parent | 66455c648efb5325c3d1d9691d3b8b255a4cf6a7 (diff) | |
download | libfuse-0042f8cc82e98b51defcf28b8e84f47f443cb55a.tar.gz |
fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,8 +1,16 @@ +2007-07-31 Miklos Szeredi <miklos@szeredi.hu> + + * Work around hotplug issue, that it calls filesystem with file + descriptors 0, 1 and 2 not open. Tracked down by Leif Johnson + 2007-07-25 Miklos Szeredi <miklos@szeredi.hu> * Don't call /bin/[u]mount if /etc/mtab is a symlink. Reported by Tomas M + * Also don't touch /etc/mtab if it is within the mounted + filesystem. Suggested by Jeffrey Law + 2007-07-12 Miklos Szeredi <miklos@szeredi.hu> * Reset args->argc in fuse_opt_free_args(). Patch by Lucas |