kernel/fs/bfs/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config BFS_FS 2 3 tristate "BFS file system support" 3 4 depends on BLOCK .. .. @@ -10,7 +11,7 @@ 10 11 on your /stand slice from within Linux. You then also need to say Y 11 12 to "UnixWare slices support", below. More information about the BFS 12 13 file system is contained in the file 13 - <file:Documentation/filesystems/bfs.txt>.14 + <file:Documentation/filesystems/bfs.rst>.14 15 15 16 If you don't know what this is about, say N. 16 17