From: Miklos Szeredi Date: Sun, 2 Dec 2001 20:37:53 +0000 (+0000) Subject: minor updates X-Git-Tag: fuse_0_95~13 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=63a63bc3c93e587f92f28fa5391ba26ff1e58b0c;p=qemu-gpiodev%2Flibfuse.git minor updates --- diff --git a/TODO b/TODO index 6dc039a..2942e4e 100644 --- a/TODO +++ b/TODO @@ -2,8 +2,6 @@ - Permission checking for users other then the owner of the mount - - Improve efficiency of read and write operations - - Integrate (parts of) fusermount into mount(8) - Statfs operation diff --git a/kernel/inode.c b/kernel/inode.c index 0f5fc8c..7d211cb 100644 --- a/kernel/inode.c +++ b/kernel/inode.c @@ -188,5 +188,6 @@ void fuse_fs_cleanup() * Local Variables: * indent-tabs-mode: t * c-basic-offset: 8 - * End: */ + * End: + */