[rtems-docs commit] c-user: Remove CONFIGURE_HAS_OWN_MOUNT_TABLE

Sebastian Huber sebh at rtems.org
Wed Sep 19 08:53:10 UTC 2018


Module:    rtems-docs
Branch:    master
Commit:    11040cf7c3ced6a1928ab43dcf88c1363423cb0d
Changeset: http://git.rtems.org/rtems-docs/commit/?id=11040cf7c3ced6a1928ab43dcf88c1363423cb0d

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Sep 17 11:58:03 2018 +0200

c-user: Remove CONFIGURE_HAS_OWN_MOUNT_TABLE

Close #3488.

---

 c-user/configuring_a_system.rst | 40 +++++++---------------------------------
 1 file changed, 7 insertions(+), 33 deletions(-)

diff --git a/c-user/configuring_a_system.rst b/c-user/configuring_a_system.rst
index f35d2bb..7697694 100644
--- a/c-user/configuring_a_system.rst
+++ b/c-user/configuring_a_system.rst
@@ -2112,39 +2112,6 @@ File System Configuration Parameters
 
 This section defines File System related configuration parameters.
 
-.. index:: CONFIGURE_HAS_OWN_MOUNT_TABLE
-
-.. _CONFIGURE_HAS_OWN_MOUNT_TABLE:
-
-CONFIGURE_HAS_OWN_MOUNT_TABLE
------------------------------
-
-CONSTANT:
-    ``CONFIGURE_HAS_OWN_MOUNT_TABLE``
-
-DATA TYPE:
-    Undefined or an array of type ``rtems_filesystem_mount_table_t``.
-
-RANGE:
-    Undefined or an array of type ``rtems_filesystem_mount_table_t``.
-
-DEFAULT VALUE:
-    This is not defined by default.
-
-DESCRIPTION:
-    This configuration parameter is defined when the application provides their
-    own filesystem mount table.  The mount table is an array of
-    ``rtems_filesystem_mount_table_t`` entries pointed to by the global
-    variable ``rtems_filesystem_mount_table``.  The number of entries in this
-    table is in an integer variable named ``rtems_filesystem_mount_table_t``.
-
-.. COMMENT: XXX - is the variable name for the count right?
-
-NOTES:
-    None.
-
-.. COMMENT: XXX - Please provide an example
-
 .. index:: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
 
 .. _CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM:
@@ -4891,6 +4858,13 @@ CONFIGURE_HAS_OWN_BDBUF_TABLE
 This configuration option was introduced in RTEMS 4.7.0 and is obsolete since
 RTEMS 4.10.0.
 
+.. index:: CONFIGURE_HAS_OWN_MOUNT_TABLE
+
+CONFIGURE_HAS_OWN_MOUNT_TABLE
+-----------------------------
+
+This configuration option is obsolete since RTEMS 5.1.
+
 .. index:: CONFIGURE_NUMBER_OF_TERMIOS_PORTS
 
 CONFIGURE_NUMBER_OF_TERMIOS_PORTS




More information about the vc mailing list