Messages in this thread Patch in this message |  | | From | 오동현 <> | Date | Mon, 5 Feb 2018 02:49:15 +0900 | Subject | [PATCH] Fix a typo in Documentation/device-mapper/dm-zoned.txt |
| |
A trivial patch to fix a typo in Documentation/device-mapper/dm-zoned.txt Fix 'convnetional' to 'conventional'
Signed-off-by: Donghyeon Oh <zanywhale@gmail.com> Cc: Jiri Kosina <trivial@kernel.org> Cc: linux-doc@vger.kernel.org Cc: linux-kernel@vger.kernel.org
diff --git a/Documentation/device-mapper/dm-zoned.txt b/Documentation/device-mapper/dm-zoned.txt index 736fcc78d193..2be4add21298 100644 --- a/Documentation/device-mapper/dm-zoned.txt +++ b/Documentation/device-mapper/dm-zoned.txt @@ -97,7 +97,7 @@ the buffer zone assigned. If the accessed chunk has no mapping, or the accessed blocks are invalid, the read buffer is zeroed and the read operation terminated. -After some time, the limited number of convnetional zones available may +After some time, the limited number of conventional zones available may be exhausted (all used to map chunks or buffer sequential zones) and unaligned writes to unbuffered chunks become impossible. To avoid this situation, a reclaim process regularly scans used conventional zones and
|  |