diff options
author | Tomohiro Kusumi <tkusumi@tuxera.com> | 2017-02-27 14:27:08 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 18:43:45 -0800 |
commit | 88488080946c2da0d998a3ac0a0a5aebf8dc62c8 (patch) | |
tree | 964271dadc5d7aa34db80ae54bf7e9d7782f3370 /Documentation/filesystems/autofs4-mount-control.txt | |
parent | c5dd2ea06475850c8eeea574020dc9b29dc883eb (diff) | |
download | blackbird-op-linux-88488080946c2da0d998a3ac0a0a5aebf8dc62c8.tar.gz blackbird-op-linux-88488080946c2da0d998a3ac0a0a5aebf8dc62c8.zip |
autofs: update ioctl documentation regarding struct autofs_dev_ioctl
This is the same as bf72eda5 except that it's a different file. Sync
documentation with changes made by 730c9eec in 2009.
Link: http://lkml.kernel.org/r/148577165630.9801.6081791213151121657.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>
Diffstat (limited to 'Documentation/filesystems/autofs4-mount-control.txt')
-rw-r--r-- | Documentation/filesystems/autofs4-mount-control.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/filesystems/autofs4-mount-control.txt b/Documentation/filesystems/autofs4-mount-control.txt index 50a3e01a36f8..e5177cb31a04 100644 --- a/Documentation/filesystems/autofs4-mount-control.txt +++ b/Documentation/filesystems/autofs4-mount-control.txt @@ -179,6 +179,7 @@ struct autofs_dev_ioctl { * including this struct */ __s32 ioctlfd; /* automount command fd */ + /* Command parameters */ union { struct args_protover protover; struct args_protosubver protosubver; |