dosfs: Use proper semaphore attr for mutex

Close #2727.
This commit is contained in:
Sebastian Huber
2016-06-06 12:57:06 +02:00
parent 89f8d9fcc0
commit a7f0096b73
+2 -1
View File
@@ -135,7 +135,8 @@ msdos_initialize_support(
sc = rtems_semaphore_create(3,
1,
RTEMS_BINARY_SEMAPHORE | RTEMS_FIFO,
RTEMS_BINARY_SEMAPHORE | RTEMS_PRIORITY |
RTEMS_INHERIT_PRIORITY,
0,
&fs_info->vol_sema);
if (sc != RTEMS_SUCCESSFUL)