summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIkiWiki <ikiwiki.info>2019-11-19 13:10:32 -0800
committerIkiWiki <ikiwiki.info>2019-11-19 13:10:32 -0800
commitffc4e1ebf1836bf8550d3bfee5c2d64655bbb0aa (patch)
treed845d99dd4a124e5653c2b9c387ab1ed1442bec1
parent729f50615328d6b9dbadb20a9cfe28f893750d4a (diff)
parent8b95f9672373b80fe4b799b9def4f2969be8a082 (diff)
Merge branch 'master' of /home/bcachefs/bcachefs
-rw-r--r--Snapshots.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Snapshots.mdwn b/Snapshots.mdwn
index cb3f280..185e4c3 100644
--- a/Snapshots.mdwn
+++ b/Snapshots.mdwn
@@ -124,7 +124,7 @@ start position, we can scan forwards until we find an extent that overwrites 1
(is in a newer snapshot than 1 and a descendant of the snapshot we're reading),
or until we see an extent that starts after the position where extent 1 ends.
-* Example 2:
+Example 2:
2: |----|
1: |--------------|
@@ -135,7 +135,7 @@ extent lookup return starts after the lookup position - so then iterate
backwards, ordered by extent start position, until we find an extent that starts
at or before our search position.
-* Example 3:
+Example 3:
1: |----|
2: |--------------|
@@ -143,7 +143,7 @@ at or before our search position.
Reading from snapshot 2, at the position where extent 1 starts. Lookup returns
extent 1, but we actually want extent 2.
-* Example 4:
+Example 4:
2: |----|
1: |--------------|