aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2001-12-02 20:37:53 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2001-12-02 20:37:53 +0000
commit63a63bc3c93e587f92f28fa5391ba26ff1e58b0c (patch)
tree382dcc269ffc6ddb397b01cc762bac4dead24096
parent99ddf0e3855b9c9609a6129c8dbd6464c84b665b (diff)
downloadlibfuse-63a63bc3c93e587f92f28fa5391ba26ff1e58b0c.tar.gz
minor updates
-rw-r--r--TODO2
-rw-r--r--kernel/inode.c3
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:
+ */