forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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