summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>2016-10-11 16:52:53 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2016-10-11 18:06:31 -0400
commitd873284103dacbe90ace2f3de20dff02fafcfef0 (patch)
treeb0b21d6876582f60da34a25566316654bafc7cf6
parent72063e01eda7e7562702bbf790380104bf704379 (diff)
autofs: fix Documentation regarding devid on ioctl
The explanation on how ioctl handles devid seems incorrect. Userspace who calls this ioctl has no input regarding devid, and ioctl implementation retrieves devid via superblock. Link: http://lkml.kernel.org/r/20160812024825.12352.13486.stgit@pluto.themaw.net Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com> Signed-off-by: Ian Kent <ikent@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--Documentation/filesystems/autofs4-mount-control.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/filesystems/autofs4-mount-control.txt b/Documentation/filesystems/autofs4-mount-control.txt
index aff22113a986..540d9a7e252d 100644
--- a/Documentation/filesystems/autofs4-mount-control.txt
+++ b/Documentation/filesystems/autofs4-mount-control.txt
@@ -323,9 +323,8 @@ mount on the given path dentry.
323 323
324The call requires an initialized struct autofs_dev_ioctl with the path 324The call requires an initialized struct autofs_dev_ioctl with the path
325field set to the mount point in question and the size field adjusted 325field set to the mount point in question and the size field adjusted
326appropriately as well as the arg1 field set to the device number of the 326appropriately. Upon return the struct field arg1 contains the uid and
327containing autofs mount. Upon return the struct field arg1 contains the 327arg2 the gid.
328uid and arg2 the gid.
329 328
330When reconstructing an autofs mount tree with active mounts we need to 329When reconstructing an autofs mount tree with active mounts we need to
331re-connect to mounts that may have used the original process uid and 330re-connect to mounts that may have used the original process uid and