Comment.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Mar 2005 05:33:07 +0000 (05:33 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 5 Mar 2005 05:33:07 +0000 (05:33 +0000)
src/filesys/directory.h

index 6503a309e0887cb041a86db36e87fecf19b4e79a..db168672b10b8672f6074567a59ce4f49cb18a11 100644 (file)
@@ -5,9 +5,10 @@
 #include <stddef.h>
 #include "devices/disk.h"
 
-/* Maximum length of a filename.
-   This is the traditional UNIX maximum.
-   (This macro name comes from POSIX.1.) */
+/* Maximum length of a file name component.
+   This is the traditional UNIX maximum length.
+   After directories are implemented, this maximum length may be
+   retained, but much longer full path names must be allowed. */
 #define NAME_MAX 14
 
 struct file;