forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/fs/jfs/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config JFS_FS
23 tristate "JFS filesystem support"
34 select NLS
45 select CRC32
56 help
67 This is a port of IBM's Journaled Filesystem . More information is
7
- available in the file <file:Documentation/filesystems/jfs.txt>.
8
+ available in the file <file:Documentation/admin-guide/jfs.rst>.
89
910 If you do not intend to use the JFS filesystem, say N.
1011