X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffilesys%2Fdirectory.h;h=db168672b10b8672f6074567a59ce4f49cb18a11;hb=edcbda6fb7a4d892460ce323e9d497970bfc03fd;hp=6503a309e0887cb041a86db36e87fecf19b4e79a;hpb=993c1d9f4452e2edd851f3175dfdf317f18bdb9f;p=pintos-anon diff --git a/src/filesys/directory.h b/src/filesys/directory.h index 6503a30..db16867 100644 --- a/src/filesys/directory.h +++ b/src/filesys/directory.h @@ -5,9 +5,10 @@ #include #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;