hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/coda/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config CODA_FS
23 tristate "Coda file system support (advanced network fs)"
34 depends on INET
....@@ -14,7 +15,7 @@
1415 *client*. You will need user level code as well, both for the
1516 client and server. Servers are currently user level, i.e. they need
1617 no kernel support. Please read
17
- <file:Documentation/filesystems/coda.txt> and check out the Coda
18
+ <file:Documentation/filesystems/coda.rst> and check out the Coda
1819 home page <http://www.coda.cs.cmu.edu/>.
1920
2021 To compile the coda client support as a module, choose M here: the