Skip to content

Commit 64defdc

Browse files
austin880625kdave
authored andcommitted
btrfs-progs: docs: fix image directives in design page
Copy the images from wiki so that we don't need to jump around the web search results. [ci skip] Pull-request: #771 Signed-off-by: Austin Chang <[email protected]> Signed-off-by: David Sterba <[email protected]>
1 parent 45ca77f commit 64defdc

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed
44.1 KB
Loading
27.4 KB
Loading

Documentation/dev/dev-btrfs-design.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ Leaves have an array of fixed sized items, and an area where item data
5252
is stored. The offset and size fields in the item indicate where in the
5353
leaf the item data can be found. Example:
5454

55-
:alt: Leaf-structure.png
56-
57-
Leaf-structure.png
55+
.. image:: Leaf-structure.png
56+
:alt: Leaf structure
5857

5958
Item data is variably size, and various filesystem data structures are
6059
defined as different types of item data. The type field in struct
@@ -393,10 +392,9 @@ one subvolume named 'default' (created by mkfs), and one snapshot of
393392
example, 'default' has not changed since the snapshot was created and so
394393
both point tree to the same root block on disk.
395394

395+
.. image:: Copy-Design-r.png
396396
:alt: Copy-Design-r.png
397397

398-
Copy-Design-r.png
399-
400398

401399
Copy on Write Logging
402400
---------------------

0 commit comments

Comments
 (0)