IMFS: Add CONFIGURE_IMFS_DISABLE_READDIR

This commit is contained in:
Sebastian Huber
2015-02-14 20:07:19 +01:00
parent 5640dd5558
commit f78549221b
10 changed files with 224 additions and 141 deletions

View File

@@ -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