Changeset a075bd7e in rtems


Ignore:
Timestamp:
07/14/03 23:11:50 (20 years ago)
Author:
Chris Johns <chrisj@…>
Children:
4a33e89
Parents:
9a9b17d
Message:

MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations will wait for ever.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libfs/src/dosfs/msdos.h

    r9a9b17d ra075bd7e  
    7171extern rtems_filesystem_file_handlers_r  msdos_file_handlers;
    7272
    73 /* Volume semaphore timeout value */
    74 #define MSDOS_VOLUME_SEMAPHORE_TIMEOUT    100
     73/* Volume semaphore timeout value. This value can be changed to a number
     74 * of ticks to help debugging or if you need such a  */
     75#define MSDOS_VOLUME_SEMAPHORE_TIMEOUT    RTEMS_NO_TIMEOUT
    7576
    7677/* Node types */
Note: See TracChangeset for help on using the changeset viewer.