| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config AFS_FS |
|---|
| 2 | 3 | tristate "Andrew File System support (AFS)" |
|---|
| 3 | 4 | depends on INET |
|---|
| .. | .. |
|---|
| 7 | 8 | If you say Y here, you will get an experimental Andrew File System |
|---|
| 8 | 9 | driver. It currently only supports unsecured read-only AFS access. |
|---|
| 9 | 10 | |
|---|
| 10 | | - See <file:Documentation/filesystems/afs.txt> for more information. |
|---|
| 11 | + See <file:Documentation/filesystems/afs.rst> for more information. |
|---|
| 11 | 12 | |
|---|
| 12 | 13 | If unsure, say N. |
|---|
| 13 | 14 | |
|---|
| .. | .. |
|---|
| 17 | 18 | help |
|---|
| 18 | 19 | Say Y here to make runtime controllable debugging messages appear. |
|---|
| 19 | 20 | |
|---|
| 20 | | - See <file:Documentation/filesystems/afs.txt> for more information. |
|---|
| 21 | + See <file:Documentation/filesystems/afs.rst> for more information. |
|---|
| 21 | 22 | |
|---|
| 22 | 23 | If unsure, say N. |
|---|
| 23 | 24 | |
|---|
| .. | .. |
|---|
| 27 | 28 | help |
|---|
| 28 | 29 | Say Y here if you want AFS data to be cached locally on disk through |
|---|
| 29 | 30 | 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. |
|---|