Skip to content

Commit 62b241e

Browse files
committed
MAINTAINERS: erofs: add EROFS webpage
Add a new `W:` field of the EROFS entry points to the documentation site at <https://erofs.docs.kernel.org>. In addition, update the in-tree documentation and Kconfig too. Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com> Link: https://lore.kernel.org/r/20231117085329.1624223-1-hsiangkao@linux.alibaba.com
1 parent 8bd90b6 commit 62b241e

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

Documentation/filesystems/erofs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ compatibility checking tool (fsck.erofs), and a debugging tool (dump.erofs):
9191

9292
- git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git
9393

94+
For more information, please also refer to the documentation site:
95+
96+
- https://erofs.docs.kernel.org
97+
9498
Bugs and patches are welcome, please kindly help us and send to the following
9599
linux-erofs mailing list:
96100

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7855,6 +7855,7 @@ R: Yue Hu <huyue2@coolpad.com>
78557855
R: Jeffle Xu <jefflexu@linux.alibaba.com>
78567856
L: linux-erofs@lists.ozlabs.org
78577857
S: Maintained
7858+
W: https://erofs.docs.kernel.org
78587859
T: git git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git
78597860
F: Documentation/ABI/testing/sysfs-fs-erofs
78607861
F: Documentation/filesystems/erofs.rst

fs/erofs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ config EROFS_FS
2121
performance under extremely memory pressure without extra cost.
2222

2323
See the documentation at <file:Documentation/filesystems/erofs.rst>
24-
for more details.
24+
and the web pages at <https://erofs.docs.kernel.org> for more details.
2525

2626
If unsure, say N.
2727

0 commit comments

Comments
 (0)