#3420 closed defect (fixed)

Deprecate/obsolete rtems_io_lookup_name

Reported by: Joel Sherrill Owned by: joel
Priority: normal Milestone: 6.1
Component: rtems Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

I have noted in the RTEMS Class that this method is only kept for legacy purposes for many years now. There is no real use in the tree now. Only the following:

$ grep -rl rtems_io_lookup_name .
./cpukit/include/adainclude/rtems-io.adb
./cpukit/include/rtems/io.h
./cpukit/libfs/src/imfs/ioman.c
./testsuites/sptests/sp21/sp21.scn
./testsuites/sptests/sp21/init.c

Deprecate in 5.1 and remove in 6.x or obsolete and just remove now?

Change History (4)

comment:1 Changed on 09/17/18 at 11:49:12 by Sebastian Huber

I would not touch this function. It adds no overhead to applications which don't use it.

comment:2 Changed on 10/14/18 at 01:10:58 by Chris Johns

Milestone: 5.16.1
Owner: set to joel
Status: newassigned
Version: 56

comment:3 Changed on 07/14/20 at 05:26:39 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In dc4879b/rtems:

rtems: Remove deprecated rtems_io_lookup_name()

Close #3420.

comment:4 Changed on 11/10/22 at 21:06:05 by Joel Sherrill <joel@…>

In ecd8aec9/rtems:

Remove remnants of rtems_io_lookup_name

Updates #3420.

Note: See TracTickets for help on using tickets.