summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libcsupport/src/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/libcsupport/src/mount.c')
-rw-r--r--c/src/exec/libcsupport/src/mount.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/exec/libcsupport/src/mount.c b/c/src/exec/libcsupport/src/mount.c
index 9b42c78118..d7d12f442e 100644
--- a/c/src/exec/libcsupport/src/mount.c
+++ b/c/src/exec/libcsupport/src/mount.c
@@ -32,12 +32,16 @@
Chain_Control rtems_filesystem_mount_table_control;
+#include "imfs.h"
+
+/* XXX this structure should be in an IMFS specific file */
+/* XXX this structure should use real constants */
rtems_filesystem_limits_and_options_t IMFS_LIMITS_AND_OPTIONS = {
5, /* link_max */
6, /* max_canon */
7, /* max_input */
- 255, /* name_max */
+ IMFS_NAME_MAX, /* name_max */
255, /* path_max */
2, /* pipe_buf */
1, /* posix_async_io */