From 3a0f4dd13912a3661b969c9fc516947a0113d872 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 2 Mar 2015 23:05:08 +0100 Subject: Add comment about vfs_handle_t --- src/kernel/include/vfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/kernel/include') diff --git a/src/kernel/include/vfs.h b/src/kernel/include/vfs.h index 6372850..a34681b 100644 --- a/src/kernel/include/vfs.h +++ b/src/kernel/include/vfs.h @@ -52,6 +52,9 @@ typedef struct fs_handle { int refs; int mode; + + // TODO : keep a position in the file for sequential-append access and such + // (as it is this structure is quite useless) } fs_handle_t; // ------------------------------------------- -- cgit v1.2.3