summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomohiro Kusumi <tkusumi@tuxera.com>2017-02-27 14:27:05 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2017-02-27 18:43:45 -0800
commitc5dd2ea06475850c8eeea574020dc9b29dc883eb (patch)
tree5b31c1360d6844f89162077ffdf3a0b0e64a2f10
parentd0846dd5af4a92d8a97b7689a870d2098dc6aba5 (diff)
downloadlinux-c5dd2ea06475850c8eeea574020dc9b29dc883eb.tar.gz
linux-c5dd2ea06475850c8eeea574020dc9b29dc883eb.tar.xz
autofs: fix wrong ioctl documentation regarding devid
This is the same as d8732841 except that it's a different file. A caller has no devid input, and devid is obtained via superblock. Link: http://lkml.kernel.org/r/148577165119.9801.16967562019122274820.stgit@pluto.themaw.net Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com> 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>
-rw-r--r--Documentation/filesystems/autofs4.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/filesystems/autofs4.txt b/Documentation/filesystems/autofs4.txt
index a5dc56ff0a0e..75348631a3d8 100644
--- a/Documentation/filesystems/autofs4.txt
+++ b/Documentation/filesystems/autofs4.txt
@@ -457,9 +457,8 @@ Commands are:
daemon.
- **AUTOFS_DEV_IOCTL_REQUESTER_CMD**: `path` should be a
name within the filesystem that has been auto-mounted on.
- arg1 is the dev number of the underlying autofs. On successful
- return, `arg1` and `arg2` will be the UID and GID of the process
- which triggered that mount.
+ On successful return, `arg1` and `arg2` will be the UID and GID
+ of the process which triggered that mount.
- **AUTOFS_DEV_IOCTL_ISMOUNTPOINT_CMD**: Check if path is a
mountpoint of a particular type - see separate documentation for