Re: [RFC PATCH v5 8/8] documentation: create a document about how balloon drivers operate

From: Jonathan Corbet
Date: Wed Oct 19 2022 - 10:13:34 EST


Alexander Atanasov <alexander.atanasov@xxxxxxxxxxxxx> writes:

> Describe ballooning and how it works. Explain the two values
> and why they are there.
> Point the places where a user can see more balloon information and
> how each driver operates.
>
> Signed-off-by: Alexander Atanasov <alexander.atanasov@xxxxxxxxxxxxx>
> ---
> Documentation/mm/balloon.rst | 138 +++++++++++++++++++++++++++++++++++
> 1 file changed, 138 insertions(+)
> create mode 100644 Documentation/mm/balloon.rst

When you add a new RST file, you also need to add it to index.rst so
that it becomes part of the docs build.

Thanks,

jon