filesys.c: add a TODO
authorAlan Cox <alan@linux.intel.com>
Thu, 22 Sep 2016 21:50:06 +0000 (22:50 +0100)
committerAlan Cox <alan@linux.intel.com>
Thu, 22 Sep 2016 21:50:06 +0000 (22:50 +0100)
Kernel/filesys.c

index 57ac39c..678755d 100644 (file)
@@ -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)