[RTEMS Project] #3894: Replace the device filesystem with a specialization of the IMFS

RTEMS trac trac at rtems.org
Mon Mar 9 18:00:14 UTC 2020


#3894: Replace the device filesystem with a specialization of the IMFS
-----------------------------+------------------------------
 Reporter:  Sebastian Huber  |       Owner:  Sebastian Huber
     Type:  enhancement      |      Status:  assigned
 Priority:  normal           |   Milestone:  5.1
Component:  fs               |     Version:  5
 Severity:  normal           |  Resolution:
 Keywords:                   |  Blocked By:
 Blocking:  3898             |
-----------------------------+------------------------------

Comment (by Sebastian Huber <sebastian.huber@…>):

 In [changeset:"0161b93d50d6915116c4ca9d1cad42ef89a4ad9e/rtems"
 0161b93d/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="0161b93d50d6915116c4ca9d1cad42ef89a4ad9e"
 imfs: Replace devfs with an IMFS specialization

 Add a simplified path evaluation function IMFS_eval_path_devfs() for a
 device only IMFS configuration.

 The code size can be further reduced by the application if it disables
 the support for legacy IO drivers via:

   #define CONFIGURE_IMFS_DISABLE_MKNOD
   #define CONFIGURE_IMFS_DISABLE_MKNOD_DEVICE

 Obsolete CONFIGURE_MAXIMUM_DEVICES.  Remove BSP_MAXIMUM_DEVICES.

 Update #3894.
 Update #3898.
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3894#comment:14>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list