aboutsummaryrefslogtreecommitdiff
path: root/Documentation/filesystems/directory-locking.rst
AgeCommit message (Collapse)AuthorFilesLines
2020-07-05Documentation: filesystems: directory-locking: drop doubled wordRandy Dunlap1-2/+2
Drop the doubled word "the". Signed-off-by: Randy Dunlap <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: [email protected] Cc: Alexander Viro <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
2019-07-31docs: fs: convert docs without extension to ReSTMauro Carvalho Chehab1-0/+145
There are 3 remaining files without an extension inside the fs docs dir. Manually convert them to ReST. In the case of the nfs/exporting.rst file, as the nfs docs aren't ported yet, I opted to convert and add a :orphan: there, with should be removed when it gets added into a nfs-specific part of the fs documentation. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>