kernel/fs/jfs/Kconfig
.. .. @@ -1,10 +1,11 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config JFS_FS 2 3 tristate "JFS filesystem support" 3 4 select NLS 4 5 select CRC32 5 6 help 6 7 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>.8 9 9 10 If you do not intend to use the JFS filesystem, say N. 10 11