From 6989aaaff168ceda264a74d3164749b157cf4490 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 22 Sep 2016 22:50:06 +0100 Subject: [PATCH] filesys.c: add a TODO --- Kernel/filesys.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.34.1