summaryrefslogtreecommitdiffstats
path: root/fs/erofs
diff options
context:
space:
mode:
authorGao Xiang <hsiangkao@linux.alibaba.com>2023-11-17 16:53:29 +0800
committerGao Xiang <hsiangkao@linux.alibaba.com>2023-11-17 19:55:46 +0800
commit62b241efff99fc4d88a86f1c67c7516e31f432a3 (patch)
treeb5ab1bb4f18c2b4ab5057154a3e68f2df3ea1c92 /fs/erofs
parent8bd90b6ae7856dd5000b75691d905b39b9ea5d6b (diff)
downloadlinux-62b241efff99fc4d88a86f1c67c7516e31f432a3.tar.gz
linux-62b241efff99fc4d88a86f1c67c7516e31f432a3.tar.bz2
linux-62b241efff99fc4d88a86f1c67c7516e31f432a3.zip
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
Diffstat (limited to 'fs/erofs')
-rw-r--r--fs/erofs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/erofs/Kconfig b/fs/erofs/Kconfig
index e540648dedc2..1d318f85232d 100644
--- a/fs/erofs/Kconfig
+++ b/fs/erofs/Kconfig
@@ -21,7 +21,7 @@ config EROFS_FS
performance under extremely memory pressure without extra cost.
See the documentation at <file:Documentation/filesystems/erofs.rst>
- for more details.
+ and the web pages at <https://erofs.docs.kernel.org> for more details.
If unsure, say N.