Skip to content

Commit 389896f

Browse files
committed
Update docs
1 parent f0119b5 commit 389896f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/TODO.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ profile performance (kernel time, user time) for SSD 4K I/O
33
data structure
44
reinsert_back()
55
asynchronous steps
6+
7+
Option: disable zero-fill when unmap: -Z 0 (don't) or 1 (do) (LBPRZ always 0)

docs/design.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ ChunkDiskWorker:
213213
no QD for messages
214214

215215
Synchronize pages:
216-
flush pages before aligned read/write
216+
flush pages before aligned read/write and unmap
217217
shared lock for page read
218218
exclusive lock for page miss
219219
exclusive lock for partial page write: atomic read and write

0 commit comments

Comments
 (0)