]> Zhao Yanbai Git Server - minix.git/commitdiff
Increase maximum filename length for /sys/
authorDirk Vogt <dirk@minix3.org>
Fri, 18 Feb 2011 12:47:25 +0000 (12:47 +0000)
committerDirk Vogt <dirk@minix3.org>
Fri, 18 Feb 2011 12:47:25 +0000 (12:47 +0000)
include/minix/vtreefs.h

index afcee8c520489e762250b4fa994ef271dfade141..9a7473ecefeac61f9338d7c016bd0e4f7313af33 100644 (file)
@@ -10,7 +10,7 @@ typedef void *cbdata_t;
 /* Maximum file name length, excluding terminating null character. It is set
  * to a low value to limit memory usage, but can be changed to any value.
  */
-#define PNAME_MAX      16
+#define PNAME_MAX      24
 
 struct inode_stat {
        mode_t mode;            /* file mode (type and permissions) */