xfs: fix rst syntax error in admin guide

Tables are supposed to have a matching line of "===" to signal the end
of a table.  The rst compiler gets grouchy if it encounters EOF instead,
so fix this warning.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
This commit is contained in:
Darrick J. Wong 2021-02-08 09:29:34 -08:00
parent 45068063ef
commit 8e8794b919

View file

@ -536,3 +536,4 @@ The interesting knobs for XFS workqueues are as follows:
cpumask CPUs upon which the threads are allowed to run. cpumask CPUs upon which the threads are allowed to run.
nice Relative priority of scheduling the threads. These are the nice Relative priority of scheduling the threads. These are the
same nice levels that can be applied to userspace processes. same nice levels that can be applied to userspace processes.
============ ===========