···268268source "fs/smbfs/Kconfig"269269source "fs/cifs/Kconfig"270270source "fs/ncpfs/Kconfig"271271-272272-config CODA_FS273273- tristate "Coda file system support (advanced network fs)"274274- depends on INET275275- help276276- Coda is an advanced network file system, similar to NFS in that it277277- enables you to mount file systems of a remote server and access them278278- with regular Unix commands as if they were sitting on your hard279279- disk. Coda has several advantages over NFS: support for280280- disconnected operation (e.g. for laptops), read/write server281281- replication, security model for authentication and encryption,282282- persistent client caches and write back caching.283283-284284- If you say Y here, your Linux box will be able to act as a Coda285285- *client*. You will need user level code as well, both for the286286- client and server. Servers are currently user level, i.e. they need287287- no kernel support. Please read288288- <file:Documentation/filesystems/coda.txt> and check out the Coda289289- home page <http://www.coda.cs.cmu.edu/>.290290-291291- To compile the coda client support as a module, choose M here: the292292- module will be called coda.271271+source "fs/coda/Kconfig"293272294273config AFS_FS295274 tristate "Andrew File System support (AFS) (EXPERIMENTAL)"
+21
fs/coda/Kconfig
···11+config CODA_FS22+ tristate "Coda file system support (advanced network fs)"33+ depends on INET44+ help55+ Coda is an advanced network file system, similar to NFS in that it66+ enables you to mount file systems of a remote server and access them77+ with regular Unix commands as if they were sitting on your hard88+ disk. Coda has several advantages over NFS: support for99+ disconnected operation (e.g. for laptops), read/write server1010+ replication, security model for authentication and encryption,1111+ persistent client caches and write back caching.1212+1313+ If you say Y here, your Linux box will be able to act as a Coda1414+ *client*. You will need user level code as well, both for the1515+ client and server. Servers are currently user level, i.e. they need1616+ no kernel support. Please read1717+ <file:Documentation/filesystems/coda.txt> and check out the Coda1818+ home page <http://www.coda.cs.cmu.edu/>.1919+2020+ To compile the coda client support as a module, choose M here: the2121+ module will be called coda.