Revision aa8419367b62044e92bd7993eeb83d861b59bafa authored by Ian Kent on 11 October 2016, 20:53:02 UTC, committed by Linus Torvalds on 11 October 2016, 22:06:31 UTC
The count of miscellaneous device ioctls in fs/autofs4/autofs_i.h is wrong.

The number of ioctls is the difference between AUTOFS_DEV_IOCTL_VERSION_CMD
and AUTOFS_DEV_IOCTL_ISMOUNTPOINT_CMD (14) not the difference between
AUTOFS_IOC_COUNT and 11 (21).

[kusumi.tomohiro@gmail.com: fix typo that made the count macro negative]
 Link: http://lkml.kernel.org/r/20160831033420.9910.16809.stgit@pluto.themaw.net
Link: http://lkml.kernel.org/r/20160812024841.12352.11975.stgit@pluto.themaw.net
Signed-off-by: Ian Kent <raven@themaw.net>
Cc: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent b6e3795
History
File Mode Size
host
hotplug
pcie
Kconfig -rw-r--r-- 3.7 KB
Makefile -rw-r--r-- 1.7 KB
access.c -rw-r--r-- 20.2 KB
ats.c -rw-r--r-- 7.8 KB
bus.c -rw-r--r-- 10.3 KB
ecam.c -rw-r--r-- 4.2 KB
host-bridge.c -rw-r--r-- 2.3 KB
hotplug-pci.c -rw-r--r-- 702 bytes
htirq.c -rw-r--r-- 3.5 KB
iov.c -rw-r--r-- 17.6 KB
irq.c -rw-r--r-- 1.7 KB
msi.c -rw-r--r-- 40.0 KB
of.c -rw-r--r-- 2.1 KB
pci-acpi.c -rw-r--r-- 20.2 KB
pci-driver.c -rw-r--r-- 35.7 KB
pci-label.c -rw-r--r-- 7.1 KB
pci-mid.c -rw-r--r-- 1.8 KB
pci-stub.c -rw-r--r-- 2.4 KB
pci-sysfs.c -rw-r--r-- 38.6 KB
pci.c -rw-r--r-- 137.7 KB
pci.h -rw-r--r-- 11.2 KB
probe.c -rw-r--r-- 63.2 KB
proc.c -rw-r--r-- 9.2 KB
quirks.c -rw-r--r-- 156.8 KB
remove.c -rw-r--r-- 3.7 KB
rom.c -rw-r--r-- 5.3 KB
search.c -rw-r--r-- 12.0 KB
setup-bus.c -rw-r--r-- 51.2 KB
setup-irq.c -rw-r--r-- 1.8 KB
setup-res.c -rw-r--r-- 10.2 KB
slot.c -rw-r--r-- 10.5 KB
syscall.c -rw-r--r-- 2.6 KB
vc.c -rw-r--r-- 12.2 KB
vpd.c -rw-r--r-- 1.2 KB
xen-pcifront.c -rw-r--r-- 27.5 KB

back to top