Commit b1daf3f8 authored by Dennis Lam's avatar Dennis Lam Committed by Christian Brauner

docs:filesystems: fix spelling and grammar mistakes in iomap design page

Signed-off-by: default avatarDennis Lam <dennis.lamerice@gmail.com>
Link: https://lore.kernel.org/r/20240908172841.9616-2-dennis.lamerice@gmail.comSigned-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent 3d693c18
...@@ -142,9 +142,9 @@ Definitions ...@@ -142,9 +142,9 @@ Definitions
* **pure overwrite**: A write operation that does not require any * **pure overwrite**: A write operation that does not require any
metadata or zeroing operations to perform during either submission metadata or zeroing operations to perform during either submission
or completion. or completion.
This implies that the fileystem must have already allocated space This implies that the filesystem must have already allocated space
on disk as ``IOMAP_MAPPED`` and the filesystem must not place any on disk as ``IOMAP_MAPPED`` and the filesystem must not place any
constaints on IO alignment or size. constraints on IO alignment or size.
The only constraints on I/O alignment are device level (minimum I/O The only constraints on I/O alignment are device level (minimum I/O
size and alignment, typically sector size). size and alignment, typically sector size).
...@@ -426,7 +426,7 @@ iomap is concerned: ...@@ -426,7 +426,7 @@ iomap is concerned:
The exact locking requirements are specific to the filesystem; for The exact locking requirements are specific to the filesystem; for
certain operations, some of these locks can be elided. certain operations, some of these locks can be elided.
All further mention of locking are *recommendations*, not mandates. All further mentions of locking are *recommendations*, not mandates.
Each filesystem author must figure out the locking for themself. Each filesystem author must figure out the locking for themself.
Bugs and Limitations Bugs and Limitations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment