From 29c93235b9032b0f58c99563e5a30c6bd33d8dd0 Mon Sep 17 00:00:00 2001 From: Mark Glines Date: Fri, 15 Feb 2002 07:30:16 +0000 Subject: fixed mkdir/rmdir killed some debug messages in tested code, added some in untested stuff updated the readme --- perl/README | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'perl/README') diff --git a/perl/README b/perl/README index b22b87e..ce80884 100644 --- a/perl/README +++ b/perl/README @@ -24,3 +24,36 @@ This is contributed to the FUSE project by Mark Glines , and is therefore subject to the same license and copyright as FUSE itself. Please see the AUTHORS and COPYING files from the FUSE distribution for more information. + +BUGS + +Currently theres a huge problem with atomicity - putting an md5sum or something +in a while loop, and cd'ing into the mountpoint from a different directory +causes some interesting failures. For normal perl, every call should grab a +global lock. For thread-perl, I'm gonna have to do some research to figure out +the best solution. + +Quite a few things aren't tested. + +The tested (and seemingly working) stuff includes: +getattr +readlink +getdir +mknod +mkdir +unlink +rmdir +open +read +statfs + +which leaves: +symlink +rename +link +chmod +chown +truncate +utime +write + -- cgit v1.2.3