From b568ccb7455fa29df50205d5fc13802598ced1d6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 2 Nov 1999 20:20:13 +0000 Subject: The object memfile.o was being included in the miniIMFS even though it should not have been. This required that IMFS_rmnod be split into three separate (per file type) routines to avoid dependencies. In the end, a miniIMFS application is 6K smaller than one using the full IMFS. --- cpukit/libfs/src/imfs/miniimfs_init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/libfs/src/imfs/miniimfs_init.c') diff --git a/cpukit/libfs/src/imfs/miniimfs_init.c b/cpukit/libfs/src/imfs/miniimfs_init.c index 983cde9439..865822fbfc 100644 --- a/cpukit/libfs/src/imfs/miniimfs_init.c +++ b/cpukit/libfs/src/imfs/miniimfs_init.c @@ -37,7 +37,6 @@ rtems_filesystem_operations_table miniIMFS_ops = { NULL, /* XXX IMFS_unlink, */ IMFS_node_type, IMFS_mknod, - NULL, /* XXX IMFS_rmnod, */ NULL, /* XXX IMFS_chown, */ NULL, /* XXX IMFS_freenodinfo, */ NULL, /* XXX IMFS_mount, */ -- cgit v1.2.3