From 63a63bc3c93e587f92f28fa5391ba26ff1e58b0c Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 2 Dec 2001 20:37:53 +0000 Subject: [PATCH] minor updates --- TODO | 2 -- kernel/inode.c | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) 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: + */ -- 2.30.2