[Linux-kernel-mentees] [linux-kernel-mentees] [PATCH v6] Doc : fs : convert xfs.txt to ReST
From: Matthew Wilcox <hidden>
Date: 2019-07-09 18:46:01
Also in:
linux-doc, linux-xfs, lkml
On Tue, Jul 09, 2019 at 01:48:59PM +0100, Sheriff Esseson wrote:
Convert xfs.txt to ReST, rename and fix broken references, consequently.
Signed-off-by: Sheriff Esseson <sheriffesseson at gmail.com>
---
Changes in v6:
- undo text reflow from v5.
- fix a typo.
- change indication of defaults , as suggested by Darrick J. Wong, to
keep the read simple.
- change delimiter of boolean option from a newline to an "or" (clue
from something like "<option> and <another option>" in the text)
because the former does not render well in html.
Documentation/filesystems/dax.txt | 2 +-
Documentation/filesystems/index.rst | 1 +
.../filesystems/{xfs.txt => xfs.rst} | 123 +++++++++---------
MAINTAINERS | 2 +-
4 files changed, 61 insertions(+), 67 deletions(-)
rename Documentation/filesystems/{xfs.txt => xfs.rst} (81%)
Documentation/{filesystem/xfs.txt => admin-guide/xfs.rst}.
- If "largeio" specified, a filesystem that was created with a - "swidth" specified will return the "swidth" value (in bytes) - in st_blksize. If the filesystem does not have a "swidth" - specified but does specify an "allocsize" then "allocsize" + If ``largeio`` specified, a filesystem that was created with a
surely 'If ``largeio`` is specified' here?
+ ``swidth`` specified will return the ``swidth`` value (in bytes) + in ``st_blksize``. If the filesystem does not have a ``swidth`` + specified but does specify an ``allocsize`` then ``allocsize`` (in bytes) will be returned instead. Otherwise the behaviour