Changeset b51d8a4 in rtems


Ignore:
Timestamp:
12/10/13 01:30:20 (10 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.11, 5, master
Children:
9da8740
Parents:
136a847
Message:

libfs/imfs: Set the FIFO control block.

The FIFO was incorrectly set to the default control block.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libfs/src/imfs/imfs_init.c

    r136a847 rb51d8a4  
    5454  [IMFS_MEMORY_FILE] = &IMFS_node_control_memfile,
    5555  [IMFS_LINEAR_FILE] = &IMFS_node_control_linfile,
    56   [IMFS_FIFO] = &IMFS_node_control_default
     56  [IMFS_FIFO] = &IMFS_node_control_fifo
    5757};
    5858
Note: See TracChangeset for help on using the changeset viewer.