From cf36b70e8dd8755e7dac6eb516169f586e78566d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 31 Dec 2014 10:56:05 +0100 Subject: IMFS: Replace node union with individual struct This reduces the average node size. Add and use IMFS_GENERIC_INITIALIZER(). --- testsuites/psxtests/psximfs02/init.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'testsuites/psxtests/psximfs02/init.c') diff --git a/testsuites/psxtests/psximfs02/init.c b/testsuites/psxtests/psximfs02/init.c index 9d45b75d52..c7e2d3c807 100644 --- a/testsuites/psxtests/psximfs02/init.c +++ b/testsuites/psxtests/psximfs02/init.c @@ -31,7 +31,6 @@ extern int seteuid(uid_t euid); /* forward declarations to avoid warnings */ rtems_task Init(rtems_task_argument argument); -void IMFS_dump(void); rtems_task Init( rtems_task_argument argument @@ -183,8 +182,6 @@ rtems_task Init( puts( "Creating a fifo -- OK" ); status = mkfifo( "/fifo", S_IRWXU ); rtems_test_assert( status == 0 ); - - IMFS_dump(); puts( "chown /fifo to 10 -- OK" ); status = chown( "/fifo", 10, 10 ); -- cgit v1.2.3