From 8f7b8f7bb25f86b01e2e791534f08a47803bd960 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Jul 2010 15:44:44 +0000 Subject: 2010-07-14 Joel Sherrill * libfs/Makefile.am: Remove reference to imfs_free.c, wrapup/Makefile.am: Split devfs into its own library. * libfs/src/imfs/fifoimfs_init.c, libfs/src/imfs/imfs.h, libfs/src/imfs/imfs_init.c, libfs/src/rfs/rtems-rfs-rtems.c: Use default freenode implementation. * libfs/src/imfs/imfs_free.c: Removed. --- cpukit/libfs/src/rfs/rtems-rfs-rtems.c | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'cpukit/libfs/src/rfs/rtems-rfs-rtems.c') diff --git a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c index 9c89cc5acd..e7a363639e 100644 --- a/cpukit/libfs/src/rfs/rtems-rfs-rtems.c +++ b/cpukit/libfs/src/rfs/rtems-rfs-rtems.c @@ -661,20 +661,6 @@ rtems_rfs_rtems_chown (rtems_filesystem_location_info_t *pathloc, return 0; } -/** - * This routine is the RFS free node handler for the file system operations - * table. The RFS does not need to free anything. - * - * @param pathloc - * @retval 0 Always returned. - */ - -int -rtems_rfs_rtems_freenodinfo (rtems_filesystem_location_info_t* pathloc) -{ - return 0; -} - /** * This routine is the implementation of the utime() system call for the * RFS. @@ -1239,7 +1225,7 @@ const rtems_filesystem_operations_table rtems_rfs_ops = .node_type_h = rtems_rfs_rtems_node_type, .mknod_h = rtems_rfs_rtems_mknod, .chown_h = rtems_rfs_rtems_chown, - .freenod_h = rtems_rfs_rtems_freenodinfo, + .freenod_h = rtems_filesystem_default_freenode, .mount_h = rtems_filesystem_default_mount, .fsmount_me_h = rtems_rfs_rtems_initialise, .unmount_h = rtems_filesystem_default_unmount, -- cgit v1.2.3