Changeset b9fa9f0 in rtems


Ignore:
Timestamp:
01/03/03 16:38:37 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
828be6d
Parents:
98e3a335
Message:

2003-01-03 Eugeny S. Mints <Eugeny.Mints@…>

  • src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this is a FIFO queuing semaphore.
Location:
cpukit/libfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libfs/ChangeLog

    r98e3a335 rb9fa9f0  
     12003-01-03      Eugeny S. Mints <Eugeny.Mints@oktet.ru>
     2
     3        * src/dosfs/msdos_initsupp.c: Specify inherited priority as 0 since this
     4        is a FIFO queuing semaphore.
     5
    162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • cpukit/libfs/src/dosfs/msdos_initsupp.c

    r98e3a335 rb9fa9f0  
    131131                                1,
    132132                                RTEMS_BINARY_SEMAPHORE | RTEMS_FIFO,
    133                                 RTEMS_INHERIT_PRIORITY,
     133                                0,
    134134                                &fs_info->vol_sema);
    135135    if (sc != RTEMS_SUCCESSFUL)
Note: See TracChangeset for help on using the changeset viewer.