aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
+ */