diff options
author | Tomohiro Kusumi <tkusumi@tuxera.com> | 2017-02-28 01:27:11 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-02-28 05:43:45 +0300 |
commit | 0fae77feca339699dbd6c079ded37bbd72432eb3 (patch) | |
tree | f80bf8f25690782c9b9b8de5f318973f22c94063 /include/uapi/linux/auto_dev-ioctl.h | |
parent | 88488080946c2da0d998a3ac0a0a5aebf8dc62c8 (diff) | |
download | linux-0fae77feca339699dbd6c079ded37bbd72432eb3.tar.xz |
autofs: add command enum/macros for root-dir ioctls
Sync root-dir ioctl with misc-char-dev ioctl's enum/macro format since
these two types of ioctls aren't completely independent of each other in
terms of command nr. No functional changes.
Link: http://lkml.kernel.org/r/148577166143.9801.15511796506678428145.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/auto_dev-ioctl.h')
-rw-r--r-- | include/uapi/linux/auto_dev-ioctl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/uapi/linux/auto_dev-ioctl.h b/include/uapi/linux/auto_dev-ioctl.h index 388739b429b0..af107aa7b685 100644 --- a/include/uapi/linux/auto_dev-ioctl.h +++ b/include/uapi/linux/auto_dev-ioctl.h @@ -156,8 +156,6 @@ enum { AUTOFS_DEV_IOCTL_ISMOUNTPOINT_CMD, }; -#define AUTOFS_IOCTL 0x93 - #define AUTOFS_DEV_IOCTL_VERSION \ _IOWR(AUTOFS_IOCTL, \ AUTOFS_DEV_IOCTL_VERSION_CMD, struct autofs_dev_ioctl) |