btrfs-progs: docs: fix indentation of the ORPHAN_OBJECTID
When compiling the documents, we have the following warning: ~/btrfs-progs/Documentation/dev/On-disk-format.rst:369: WARNING: Bullet list ends without a blank line; unexpected unindent. It's caused by a mismatched indent. Signed-off-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
ae1bf6d881
commit
bd14aef125
|
@ -366,8 +366,8 @@ is located in the ``ROOT_TREE`` and is of the following form.
|
|||
+-----------------------------------+
|
||||
|
||||
- There is no item body associated with this key. All required information is
|
||||
contained within the key itself and the ``ROOT_ITEM`` associated with the
|
||||
objectid contained in ``offset``
|
||||
contained within the key itself and the ``ROOT_ITEM`` associated with the
|
||||
objectid contained in ``offset``
|
||||
|
||||
When the file system is mounted again after failure, the ``ROOT_TREE`` is
|
||||
searched for all orphan keys and the process is resumed for each one using the
|
||||
|
|
Loading…
Reference in New Issue