From b54a0f78e808919beca3d706c71a1beeb84b4a97 Mon Sep 17 00:00:00 2001 From: Bahadir Balban Date: Thu, 14 Feb 2008 19:55:10 +0000 Subject: [PATCH] minor commit just to be able to push --- tasks/fs0/main.c | 4 ++++ 1 file changed, 4 insertions(+) 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) {