Skip to content

Commit

Permalink
docs: cgroup-v1: use code block for locking order schema
Browse files Browse the repository at this point in the history
The locking order schema is a figure (like diagram), which should have
been formatted with literal code block for consistency with other
figures.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Bagas Sanjaya authored and Tejun Heo committed Jan 5, 2023
1 parent 4ddb1a2 commit eb08489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/admin-guide/cgroup-v1/memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ When oom event notifier is registered, event will be delivered.
2.6 Locking
-----------

Lock order is as follows:
Lock order is as follows::

Page lock (PG_locked bit of page->flags)
mm->page_table_lock or split pte_lock
Expand Down

0 comments on commit eb08489

Please sign in to comment.