autofs: update fs/autofs4/Kconfig
[linux-2.6-block.git] / fs / autofs4 / Kconfig
CommitLineData
90ffd467 1config AUTOFS4_FS
6ed38746
IK
2 tristate "Kernel automounter version 4 support (also supports v3 and v5)"
3 default n
90ffd467
AD
4 help
5 The automounter is a tool to automatically mount remote file systems
6 on demand. This implementation is partially kernel-based to reduce
7 overhead in the already-mounted case; this is unlike the BSD
8 automounter (amd), which is a pure user space daemon.
9
10 To use the automounter you need the user-space tools from
6ed38746
IK
11 <https://www.kernel.org/pub/linux/daemons/autofs/>; you also want
12 to answer Y to "NFS file system support", below.
90ffd467 13
6ed38746
IK
14 This module is in the process of being renamed from autofs4 to
15 autofs. Since autofs is now the only module that provides the
16 autofs file system the module is not version 4 specific.
90ffd467 17
6ed38746
IK
18 The autofs4 module is now built from the source located in
19 fs/autofs. The autofs4 directory and its configuration entry
20 will be removed two kernel versions from the inclusion of this
21 change.
22
23 Changes that will need to be made should be limited to:
24 - source include statments should be changed from autofs_fs4.h to
25 autofs_fs.h since these two header files have been merged.
26 - user space scripts that manually load autofs4.ko should be
27 changed to load autofs.ko. But since the module directory name
28 and the module name are the same as the file system name there
29 is no need to manually load module.
30 - any "alias autofs autofs4" will need to be removed.
31
32 Please configure AUTOFS_FS instead of AUTOFS4_FS from now on.