diff options
| author | Tomohiro Kusumi <tkusumi@tuxera.com> | 2017-02-27 17:26:59 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-27 21:43:45 -0500 |
| commit | 8723890d1d5d9216634ed662e55ee5bdacbe1ac7 (patch) | |
| tree | e5b3b74b34432f72991902092dc31620d4c3ab57 /include/uapi/linux | |
| parent | 7d134b2ce639448199052fd573a324f7e7cd5ed8 (diff) | |
autofs: remove wrong comment
This format seems to have been taken from device mapper header, but
autofs has no such file:function in both kernel and userspace.
Link: http://lkml.kernel.org/r/148577164094.9801.4775075118014742496.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 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/auto_dev-ioctl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/uapi/linux/auto_dev-ioctl.h b/include/uapi/linux/auto_dev-ioctl.h index 021ed331dd71..388739b429b0 100644 --- a/include/uapi/linux/auto_dev-ioctl.h +++ b/include/uapi/linux/auto_dev-ioctl.h | |||
| @@ -120,10 +120,6 @@ static inline void init_autofs_dev_ioctl(struct autofs_dev_ioctl *in) | |||
| 120 | in->ioctlfd = -1; | 120 | in->ioctlfd = -1; |
| 121 | } | 121 | } |
| 122 | 122 | ||
| 123 | /* | ||
| 124 | * If you change this make sure you make the corresponding change | ||
| 125 | * to autofs-dev-ioctl.c:lookup_ioctl() | ||
| 126 | */ | ||
| 127 | enum { | 123 | enum { |
| 128 | /* Get various version info */ | 124 | /* Get various version info */ |
| 129 | AUTOFS_DEV_IOCTL_VERSION_CMD = 0x71, | 125 | AUTOFS_DEV_IOCTL_VERSION_CMD = 0x71, |
