IMFS: Rename CONFIGURE_IMFS_DISABLE_FCHMOD

Rename CONFIGURE_IMFS_DISABLE_FCHMOD to CONFIGURE_IMFS_DISABLE_CHMOD.
This commit is contained in:
Sebastian Huber
2015-02-13 21:26:17 +01:00
parent 40a18d7f9a
commit 249766c53f
3 changed files with 7 additions and 7 deletions

View File

@@ -347,7 +347,7 @@ const rtems_libio_helper rtems_fs_init_helper =
#endif
#ifdef CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM
#define CONFIGURE_IMFS_DISABLE_FCHMOD
#define CONFIGURE_IMFS_DISABLE_CHMOD
#define CONFIGURE_IMFS_DISABLE_CHOWN
#define CONFIGURE_IMFS_DISABLE_UTIME
#define CONFIGURE_IMFS_DISABLE_LINK
@@ -572,7 +572,7 @@ const rtems_libio_helper rtems_fs_init_helper =
#else
IMFS_rmnod,
#endif
#ifdef CONFIGURE_IMFS_DISABLE_FCHMOD
#ifdef CONFIGURE_IMFS_DISABLE_CHMOD
rtems_filesystem_default_fchmod,
#else
IMFS_fchmod,

View File

@@ -2702,7 +2702,7 @@ This is not defined by default.
In case this configuration option is defined, then the following configuration
options will be defined as well
@itemize @bullet
@item @code{CONFIGURE_IMFS_DISABLE_FCHMOD},
@item @code{CONFIGURE_IMFS_DISABLE_CHMOD},
@item @code{CONFIGURE_IMFS_DISABLE_CHOWN},
@item @code{CONFIGURE_IMFS_DISABLE_UTIME},
@item @code{CONFIGURE_IMFS_DISABLE_LINK},
@@ -2739,15 +2739,15 @@ In case this configuration option is defined, then the support to change the
owner is disabled in the root IMFS.
@c
@c === CONFIGURE_IMFS_DISABLE_FCHMOD ===
@c === CONFIGURE_IMFS_DISABLE_CHMOD ===
@c
@subsection Disable Change Mode Support of Root IMFS
@findex CONFIGURE_IMFS_DISABLE_FCHMOD
@findex CONFIGURE_IMFS_DISABLE_CHMOD
@table @b
@item CONSTANT:
@code{CONFIGURE_IMFS_DISABLE_FCHMOD}
@code{CONFIGURE_IMFS_DISABLE_CHMOD}
@item DATA TYPE:
Boolean feature macro.

View File

@@ -131,7 +131,7 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_FILESYSTEM_IMFS
#define CONFIGURE_IMFS_DISABLE_CHOWN
#define CONFIGURE_IMFS_DISABLE_FCHMOD
#define CONFIGURE_IMFS_DISABLE_CHMOD
#define CONFIGURE_IMFS_DISABLE_LINK
#if 0