diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2006-08-18 19:26:23 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2006-08-18 19:26:23 +0000 |
commit | 543087d48121b8628e875108aaa190af88dc4496 (patch) | |
tree | 0b7ca6f0cca2e9771ecb0e87f8dff87e188e3a94 /ChangeLog | |
parent | 3ded1a3176bb803e016e79d0e6db5e1f3ea30473 (diff) | |
download | libfuse-543087d48121b8628e875108aaa190af88dc4496.tar.gz |
fusermount improvement
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ the kernel tree) the statfs method will receive the path within the filesystem on which the stat(v)fs syscall was called. + * fusermount: try to modprobe fuse module if invoked by root and + unable to open device. This is needed with udev, since the device + node will be created only when the module is inserted, hence + module autoloading won't work. Reported by Szakacsits Szabolcs + 2006-07-30 Miklos Szeredi <miklos@szeredi.hu> * fusermount: if selinux is active, restore the original file's |