From 8b65f389aac940a5aadcf190894fdba1b75453f2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 7 Oct 2012 17:12:49 +0200 Subject: Filesystem: Rename function Rename rtems_filesystem_location_is_root() into rtems_filesystem_location_is_instance_root() to distinguish this from the file system root directory of the current task environment. --- cpukit/libcsupport/src/unlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/unlink.c') diff --git a/cpukit/libcsupport/src/unlink.c b/cpukit/libcsupport/src/unlink.c index 2a3b1c75a8..a007cc293b 100644 --- a/cpukit/libcsupport/src/unlink.c +++ b/cpukit/libcsupport/src/unlink.c @@ -35,7 +35,7 @@ int unlink( const char *path ) parent_eval_flags ); - if ( !rtems_filesystem_location_is_root( currentloc ) ) { + if ( !rtems_filesystem_location_is_instance_root( currentloc ) ) { const rtems_filesystem_operations_table *ops = currentloc->mt_entry->ops; rv = (*ops->rmnod_h)( &parentloc, currentloc ); -- cgit v1.2.3