diff --git a/tasks/fs0/main.c b/tasks/fs0/main.c index ebd28b0..1ed7a9a 100644 --- a/tasks/fs0/main.c +++ b/tasks/fs0/main.c @@ -29,6 +29,10 @@ * - memfs dentries should be identical to posix struct dirents. */ +/* TODO: + * Assign memfs dentry fields same as in posix + */ + /* Synchronise with pager via a `wait' tagged ipc with destination as pager */ void wait_pager(l4id_t partner) {