summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2003-07-14 23:11:50 +0000
committerChris Johns <chrisj@rtems.org>2003-07-14 23:11:50 +0000
commita075bd7ed6fef1f311f4db63029ab16374f316b1 (patch)
treedcd8a14100c6df2fd3e6ada4d6dacb50443bc2c4 /cpukit/libfs
parentMerger from trunk (diff)
downloadrtems-a075bd7ed6fef1f311f4db63029ab16374f316b1.tar.bz2
MSDOS Volume semaphore timeout is now NO TIMEOUT. MSDOS volume opertations will wait for ever.
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/dosfs/msdos.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpukit/libfs/src/dosfs/msdos.h b/cpukit/libfs/src/dosfs/msdos.h
index 57ae86c8cf..5e5bea090e 100644
--- a/cpukit/libfs/src/dosfs/msdos.h
+++ b/cpukit/libfs/src/dosfs/msdos.h
@@ -70,8 +70,9 @@ extern rtems_filesystem_file_handlers_r msdos_dir_handlers;
/* a set of routines that handle the nodes which are files */
extern rtems_filesystem_file_handlers_r msdos_file_handlers;
-/* Volume semaphore timeout value */
-#define MSDOS_VOLUME_SEMAPHORE_TIMEOUT 100
+/* Volume semaphore timeout value. This value can be changed to a number
+ * of ticks to help debugging or if you need such a */
+#define MSDOS_VOLUME_SEMAPHORE_TIMEOUT RTEMS_NO_TIMEOUT
/* Node types */
#define MSDOS_DIRECTORY RTEMS_FILESYSTEM_DIRECTORY