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.
This commit is contained in:
Sebastian Huber
2012-10-07 17:17:27 +02:00
parent 8b65f389aa
commit 78f417f897
4 changed files with 4 additions and 4 deletions

View File

@@ -769,7 +769,7 @@ void rtems_filesystem_eval_path_error(
* @retval 0 The locations exist and are in the same file system instance.
* @retval -1 An error occured. The @c errno indicates the error.
*/
int rtems_filesystem_location_exists_in_same_fs_instance_as(
int rtems_filesystem_location_exists_in_same_instance_as(
const rtems_filesystem_location_info_t *a,
const rtems_filesystem_location_info_t *b
);