hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/fs/afs/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config AFS_FS
23 tristate "Andrew File System support (AFS)"
34 depends on INET
....@@ -7,7 +8,7 @@
78 If you say Y here, you will get an experimental Andrew File System
89 driver. It currently only supports unsecured read-only AFS access.
910
10
- See <file:Documentation/filesystems/afs.txt> for more information.
11
+ See <file:Documentation/filesystems/afs.rst> for more information.
1112
1213 If unsure, say N.
1314
....@@ -17,7 +18,7 @@
1718 help
1819 Say Y here to make runtime controllable debugging messages appear.
1920
20
- See <file:Documentation/filesystems/afs.txt> for more information.
21
+ See <file:Documentation/filesystems/afs.rst> for more information.
2122
2223 If unsure, say N.
2324
....@@ -27,3 +28,15 @@
2728 help
2829 Say Y here if you want AFS data to be cached locally on disk through
2930 the generic filesystem cache manager
31
+
32
+config AFS_DEBUG_CURSOR
33
+ bool "AFS server cursor debugging"
34
+ depends on AFS_FS
35
+ help
36
+ Say Y here to cause the contents of a server cursor to be dumped to
37
+ the dmesg log if the server rotation algorithm fails to successfully
38
+ contact a server.
39
+
40
+ See <file:Documentation/filesystems/afs.rst> for more information.
41
+
42
+ If unsure, say N.