From 7b0001f79554baacc7ae8470ec137d09ddb71cb1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 25 Oct 2000 16:56:11 +0000 Subject: 2000-10-24 Joel Sherrill * libc/ioman.c: Moved to libfs. * libc/Makefile.am: Removed ioman.c as part of moving it to libfs. * libc/base_fs.c: Removed include of imfs.h and reworded comment to avoid being IMFS specific. * libc/libio.h: Removed prototype of IMFS_ops since it should not be in this file. * libc/mount.c: Removed IMFS specific configuration information. * libc/unmount.c: Removed include of imfs.h and reworded comment to avoid being IMFS specific. --- cpukit/libcsupport/src/base_fs.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'cpukit/libcsupport/src/base_fs.c') diff --git a/cpukit/libcsupport/src/base_fs.c b/cpukit/libcsupport/src/base_fs.c index 3ea1abd7aa..fb932b542d 100644 --- a/cpukit/libcsupport/src/base_fs.c +++ b/cpukit/libcsupport/src/base_fs.c @@ -13,7 +13,6 @@ #include #include -#include "imfs.h" #include "libio_.h" /* @@ -33,8 +32,10 @@ mode_t rtems_filesystem_umask; /* * rtems_filesystem_initialize * - * Initialize the foundation of the file system with one instantiation - * of the IMFS with a single "/dev" directory in it. + * Initialize the foundation of the file system. This is specified + * by the structure rtems_filesystem_mount_table. The usual + * configuration is a single instantiation of the IMFS or miniIMFS with + * a single "/dev" directory in it. */ void rtems_filesystem_initialize( void ) -- cgit v1.2.3