tmp/tmpsi8j7v3u/{from.md → to.md}
RENAMED
|
@@ -1,12 +1,11 @@
|
|
| 1 |
#### File system race behavior <a id="fs.race.behavior">[[fs.race.behavior]]</a>
|
| 2 |
|
| 3 |
A *file system race* is the condition that occurs when multiple threads,
|
| 4 |
processes, or computers interleave access and modification of the same
|
| 5 |
object within a file system. Behavior is undefined if calls to functions
|
| 6 |
-
provided by subclause [[
|
| 7 |
-
race.
|
| 8 |
|
| 9 |
If the possibility of a file system race would make it unreliable for a
|
| 10 |
program to test for a precondition before calling a function described
|
| 11 |
herein, *Preconditions:* is not specified for the function.
|
| 12 |
|
|
|
|
| 1 |
#### File system race behavior <a id="fs.race.behavior">[[fs.race.behavior]]</a>
|
| 2 |
|
| 3 |
A *file system race* is the condition that occurs when multiple threads,
|
| 4 |
processes, or computers interleave access and modification of the same
|
| 5 |
object within a file system. Behavior is undefined if calls to functions
|
| 6 |
+
provided by subclause [[filesystems]] introduce a file system race.
|
|
|
|
| 7 |
|
| 8 |
If the possibility of a file system race would make it unreliable for a
|
| 9 |
program to test for a precondition before calling a function described
|
| 10 |
herein, *Preconditions:* is not specified for the function.
|
| 11 |
|