From f78549221be6d9142263b70e246ec6adf1d58ba9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 14 Feb 2015 20:07:19 +0100 Subject: IMFS: Add CONFIGURE_IMFS_DISABLE_READDIR --- doc/user/conf.t | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'doc/user/conf.t') 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 @@ -2894,6 +2894,33 @@ This is not defined by default. 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 -- cgit v1.2.3