aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/autofs4/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/autofs4/Kconfig b/fs/autofs4/Kconfig
index 2c2fdf989f90..99fda4d6da25 100644
--- a/fs/autofs4/Kconfig
+++ b/fs/autofs4/Kconfig
@@ -29,6 +29,12 @@ config AUTOFS4_FS
29 and the module name are the same as the file system name there 29 and the module name are the same as the file system name there
30 is no need to manually load module. 30 is no need to manually load module.
31 - any "alias autofs autofs4" will need to be removed. 31 - any "alias autofs autofs4" will need to be removed.
32 - due to the autofs4 module directory name not being the same as
33 its file system name autoloading didn't work properly. Because
34 of this kernel configurations would often build the module into
35 the kernel. This may have resulted in selinux policies that will
36 prevent the autofs module from autoloading and will need to be
37 updated.
32 38
33 Please configure AUTOFS_FS instead of AUTOFS4_FS from now on. 39 Please configure AUTOFS_FS instead of AUTOFS4_FS from now on.
34 40