From e7303a830ec3a1403fa6b80f340ca3a0162d3fba Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 5 Mar 2005 05:33:07 +0000 Subject: [PATCH] Comment. --- src/filesys/directory.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; -- 2.30.2