summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-15 10:27:46 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-05-15 10:37:00 +0200
commit0a95800a58036ad75aa2b972036d458906ac447c (patch)
tree84330a05745639c08d0c039b7b12a0a4cf105c9c /cpukit/libcsupport/include/rtems/libio.h
parentFilesystem: Move operations to mount table entry (diff)
downloadrtems-0a95800a58036ad75aa2b972036d458906ac447c.tar.bz2
Filesystem: Change pathconf_limits_and_options
The pathconf_limits_and_options field of rtems_filesystem_mount_table_entry_t is now a const pointer to reduce the read-write memory demands of file system instances.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 0e74c4c7fe..b59ec0fb54 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -1439,7 +1439,7 @@ struct rtems_filesystem_mount_table_entry_tt {
rtems_filesystem_global_location_t *mt_fs_root;
bool mounted;
bool writeable;
- rtems_filesystem_limits_and_options_t pathconf_limits_and_options;
+ const rtems_filesystem_limits_and_options_t *pathconf_limits_and_options;
/*
* The target or mount point of the file system.