summaryrefslogtreecommitdiffstats
path: root/doc/user/conf.t
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-14 20:07:19 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-02-14 21:34:42 +0100
commitf78549221be6d9142263b70e246ec6adf1d58ba9 (patch)
tree5a155d27479100c2f096a587b18328136a47c1a6 /doc/user/conf.t
parentlpc1768_mbed_ahb_ram_eth-testsuite.tcfg: Add ftp01 (diff)
downloadrtems-f78549221be6d9142263b70e246ec6adf1d58ba9.tar.bz2
IMFS: Add CONFIGURE_IMFS_DISABLE_READDIR
Diffstat (limited to '')
-rw-r--r--doc/user/conf.t27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/user/conf.t b/doc/user/conf.t
index f6b203f73b..dc10816909 100644
--- a/doc/user/conf.t
+++ b/doc/user/conf.t
@@ -2895,6 +2895,33 @@ In case this configuration option is defined, then the support to rename nodes
is disabled in the root IMFS.
@c
+@c === CONFIGURE_IMFS_DISABLE_READDIR ===
+@c
+@subsection Disable Directory Read Support of Root IMFS
+
+@findex CONFIGURE_IMFS_DISABLE_READDIR
+
+@table @b
+@item CONSTANT:
+@code{CONFIGURE_IMFS_DISABLE_READDIR}
+
+@item DATA TYPE:
+Boolean feature macro.
+
+@item RANGE:
+Defined or undefined.
+
+@item DEFAULT VALUE:
+This is not defined by default.
+
+@end table
+
+@subheading DESCRIPTION:
+In case this configuration option is defined, then the support to read a
+directory is disabled in the root IMFS. It is still possible to open nodes in
+a directory.
+
+@c
@c === CONFIGURE_IMFS_DISABLE_MOUNT ===
@c
@subsection Disable Mount Support of Root IMFS