File tree Expand file tree Collapse file tree
Documentation/admin-guide/device-mapper Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Table line has to either have 3, 6 or 9 arguments:
1818 to write and flush operations on optionally different write_device with
1919 optionally different sector offset
2020
21- 9: same as 6 arguments plus define flush_offset and flush_delay explicitely
21+ 9: same as 6 arguments plus define flush_offset and flush_delay explicitly
2222 on/with optionally different flush_device/flush_offset.
2323
2424Offsets are specified in sectors.
Original file line number Diff line number Diff line change @@ -600,7 +600,7 @@ lock and return itself to the pool.
600600All storage within vdo is managed as 4KB blocks, but it can accept writes
601601as small as 512 bytes. Processing a write that is smaller than 4K requires
602602a read-modify-write operation that reads the relevant 4K block, copies the
603- new data over the approriate sectors of the block, and then launches a
603+ new data over the appropriate sectors of the block, and then launches a
604604write operation for the modified data block. The read and write stages of
605605this operation are nearly identical to the normal read and write
606606operations, and a single data_vio is used throughout this operation.
You can’t perform that action at this time.
0 commit comments