From: Alan Cox Date: Thu, 22 Sep 2016 21:50:06 +0000 (+0100) Subject: filesys.c: add a TODO X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6989aaaff168ceda264a74d3164749b157cf4490;p=FUZIX.git filesys.c: add a TODO --- diff --git a/Kernel/filesys.c b/Kernel/filesys.c index 57ac39c2..678755d2 100644 --- a/Kernel/filesys.c +++ b/Kernel/filesys.c @@ -8,6 +8,8 @@ * did not exist. If the parent existed, and parent is not null, * parent will be filled in with the parents inoptr. Otherwise, parent * will be set to NULL. + * + * FIXME: ENAMETOOLONG might be good to add */ inoptr n_open(char *uname, inoptr *parent)