forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
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