File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Documentation/filesystems/iomap Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,9 @@ Definitions
142
142
* **pure overwrite **: A write operation that does not require any
143
143
metadata or zeroing operations to perform during either submission
144
144
or completion.
145
- This implies that the fileystem must have already allocated space
145
+ This implies that the filesystem must have already allocated space
146
146
on disk as ``IOMAP_MAPPED `` and the filesystem must not place any
147
- constaints on IO alignment or size.
147
+ constraints on IO alignment or size.
148
148
The only constraints on I/O alignment are device level (minimum I/O
149
149
size and alignment, typically sector size).
150
150
@@ -426,7 +426,7 @@ iomap is concerned:
426
426
427
427
The exact locking requirements are specific to the filesystem; for
428
428
certain operations, some of these locks can be elided.
429
- All further mention of locking are *recommendations *, not mandates.
429
+ All further mentions of locking are *recommendations *, not mandates.
430
430
Each filesystem author must figure out the locking for themself.
431
431
432
432
Bugs and Limitations
You can’t perform that action at this time.
0 commit comments