From: Dirk Vogt Date: Fri, 18 Feb 2011 12:47:25 +0000 (+0000) Subject: Increase maximum filename length for /sys/ X-Git-Tag: v3.2.0~663 X-Git-Url: http://zhaoyanbai.com/repos/doxygen.log?a=commitdiff_plain;h=8f860a27d14dd2fe97d00f6c59ae05c2c4c58191;p=minix.git Increase maximum filename length for /sys/ --- diff --git a/include/minix/vtreefs.h b/include/minix/vtreefs.h index afcee8c52..9a7473ece 100644 --- a/include/minix/vtreefs.h +++ b/include/minix/vtreefs.h @@ -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) */