Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linux

Pull documentation fixes from Jonathan Corbet:
 "A handful of late-arriving documentation fixes"

* tag 'docs-5.0-fixes' of git://git.lwn.net/linux:
  doc: filesystems: fix bad references to nonexistent ext4.rst file
  Documentation/admin-guide: update URL of LKML information link
  Docs/kernel-api.rst: Remove blk-tag.c reference
这个提交包含在:
Linus Torvalds
2019-01-05 18:35:02 -08:00
当前提交 b5aef86e08
修改 5 个文件,包含 4 行新增10 行删除

查看文件

@@ -75,7 +75,7 @@ exposure of uninitialized data through mmap.
These filesystems may be used for inspiration:
- ext2: see Documentation/filesystems/ext2.txt
- ext4: see Documentation/filesystems/ext4/ext4.rst
- ext4: see Documentation/filesystems/ext4/
- xfs: see Documentation/filesystems/xfs.txt

查看文件

@@ -358,7 +358,7 @@ and are copied into the filesystem. If a transaction is incomplete at
the time of the crash, then there is no guarantee of consistency for
the blocks in that transaction so they are discarded (which means any
filesystem changes they represent are also lost).
Check Documentation/filesystems/ext4/ext4.rst if you want to read more about
Check Documentation/filesystems/ext4/ if you want to read more about
ext4 and journaling.
References