diff options
author | Mark Glines <mark@glines.org> | 2002-04-18 14:41:48 +0000 |
---|---|---|
committer | Mark Glines <mark@glines.org> | 2002-04-18 14:41:48 +0000 |
commit | 65ba219885aefa096437c2bd92ad8394a5ecda75 (patch) | |
tree | a035d3b16cf2d89a7d6da8dd2a02f47e439f75c3 /ChangeLog | |
parent | f0cd8e4c394b16c496ed08a3448be0b5fdbfa5e5 (diff) | |
download | libfuse-65ba219885aefa096437c2bd92ad8394a5ecda75.tar.gz |
fuse_mount_ioslave() and helper util
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-04-18 Mark Glines <mark@glines.org> + + * added an alternative to fuse_mount(), called + fuse_mount_ioslave(), which does not need to reexec the + FUSE program. + * added a small helper util needed by fuse_mount_ioslave(). + 2002-03-16 Mark Glines <mark@glines.org> * use struct fuse_statfs everywhere possible to avoid problems |