forked from Imagelibrary/rtems
IMFS: Add CONFIGURE_IMFS_DISABLE_READDIR
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user