From 78f417f897fddb0fd78af81cfcefca5a44a7d1c5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 7 Oct 2012 17:17:27 +0200 Subject: Filesystem: Rename function Rename rtems_filesystem_location_exists_in_same_fs_instance_as() into rtems_filesystem_location_exists_in_same_instance_as() for consistency with other file system instance related functions. --- cpukit/libcsupport/src/_rename_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src/_rename_r.c') diff --git a/cpukit/libcsupport/src/_rename_r.c b/cpukit/libcsupport/src/_rename_r.c index 007f2499c4..c501472fc1 100644 --- a/cpukit/libcsupport/src/_rename_r.c +++ b/cpukit/libcsupport/src/_rename_r.c @@ -52,7 +52,7 @@ int _rename_r( const rtems_filesystem_location_info_t *new_currentloc = rtems_filesystem_eval_path_start( &new_ctx, new, new_eval_flags ); - rv = rtems_filesystem_location_exists_in_same_fs_instance_as( + rv = rtems_filesystem_location_exists_in_same_instance_as( old_currentloc, new_currentloc ); -- cgit v1.2.3