X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffilesys%2Fdirectory.h;h=db168672b10b8672f6074567a59ce4f49cb18a11;hb=e7303a830ec3a1403fa6b80f340ca3a0162d3fba;hp=6503a309e0887cb041a86db36e87fecf19b4e79a;hpb=e5f5d5fa7155578550da2209ae5ceb5ed4abf195;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;