aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/autofs.txt
diff options
context:
space:
mode:
authorIan Kent <raven@themaw.net>2019-05-14 15:44:23 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2019-05-14 19:52:50 -0700
commit841964e86acf48317db0469daf821e44554d8b0c (patch)
tree3aea6ed93808cf06825fcb558b67c3ff91c0879f /Documentation/filesystems/autofs.txt
parentautofs: update AUTOFS_EXP_LEAVES description (diff)
downloadlinux-dev-841964e86acf48317db0469daf821e44554d8b0c.tar.xz
linux-dev-841964e86acf48317db0469daf821e44554d8b0c.zip
autofs: update mount control expire desription with AUTOFS_EXP_FORCED
Describe AUTOFS_EXP_FORCED in addition to AUTOFS_EXP_IMMEDIATE in the description of the AUTOFS_DEV_IOCTL_EXPIRE_CMD ioctl. Link: http://lkml.kernel.org/r/155287084078.12593.15000931045413195778.stgit@pluto.themaw.net Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--Documentation/filesystems/autofs.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/filesystems/autofs.txt b/Documentation/filesystems/autofs.txt
index 8fe43c97cb96..409e6411904d 100644
--- a/Documentation/filesystems/autofs.txt
+++ b/Documentation/filesystems/autofs.txt
@@ -410,6 +410,11 @@ The available ioctl commands are:
**AUTOFS_EXP_IMMEDIATE** causes `last_used` time to be ignored
and objects are expired if the are not in use.
+ **AUTOFS_EXP_FORCED** causes the in use status to be ignored
+ and objects are expired ieven if they are in use. This assumes
+ that the daemon has requested this because it is capable of
+ performing the umount.
+
**AUTOFS_EXP_LEAVES** will select a leaf rather than a top-level
name to expire. This is only safe when *maxproto* is 4.