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
Kconfig -rw-r--r-- 4.5 KB
Makefile -rw-r--r-- 1.8 KB
acpi_pcihp.c -rw-r--r-- 6.5 KB
acpiphp.h -rw-r--r-- 5.3 KB
acpiphp_core.c -rw-r--r-- 9.9 KB
acpiphp_glue.c -rw-r--r-- 25.9 KB
acpiphp_ibm.c -rw-r--r-- 14.3 KB
cpci_hotplug.h -rw-r--r-- 3.1 KB
cpci_hotplug_core.c -rw-r--r-- 16.8 KB
cpci_hotplug_pci.c -rw-r--r-- 7.1 KB
cpcihp_generic.c -rw-r--r-- 6.3 KB
cpcihp_zt5550.c -rw-r--r-- 8.4 KB
cpcihp_zt5550.h -rw-r--r-- 2.7 KB
cpqphp.h -rw-r--r-- 21.3 KB
cpqphp_core.c -rw-r--r-- 35.7 KB
cpqphp_ctrl.c -rw-r--r-- 75.0 KB
cpqphp_nvram.c -rw-r--r-- 13.5 KB
cpqphp_nvram.h -rw-r--r-- 1.5 KB
cpqphp_pci.c -rw-r--r-- 38.9 KB
cpqphp_sysfs.c -rw-r--r-- 5.4 KB
ibmphp.h -rw-r--r-- 23.7 KB
ibmphp_core.c -rw-r--r-- 34.0 KB
ibmphp_ebda.c -rw-r--r-- 34.1 KB
ibmphp_hpc.c -rw-r--r-- 32.3 KB
ibmphp_pci.c -rw-r--r-- 55.7 KB
ibmphp_res.c -rw-r--r-- 57.6 KB
pci_hotplug_core.c -rw-r--r-- 13.4 KB
pciehp.h -rw-r--r-- 5.5 KB
pciehp_core.c -rw-r--r-- 8.9 KB
pciehp_ctrl.c -rw-r--r-- 12.7 KB
pciehp_hpc.c -rw-r--r-- 23.3 KB
pciehp_pci.c -rw-r--r-- 3.6 KB
pcihp_skeleton.c -rw-r--r-- 8.7 KB
pnv_php.c -rw-r--r-- 22.0 KB
rpadlpar.h -rw-r--r-- 655 bytes
rpadlpar_core.c -rw-r--r-- 10.1 KB
rpadlpar_sysfs.c -rw-r--r-- 2.8 KB
rpaphp.h -rw-r--r-- 2.9 KB
rpaphp_core.c -rw-r--r-- 10.9 KB
rpaphp_pci.c -rw-r--r-- 3.6 KB
rpaphp_slot.c -rw-r--r-- 4.0 KB
s390_pci_hpc.c -rw-r--r-- 4.4 KB
sgi_hotplug.c -rw-r--r-- 18.0 KB
shpchp.h -rw-r--r-- 10.9 KB
shpchp_core.c -rw-r--r-- 9.9 KB
shpchp_ctrl.c -rw-r--r-- 18.3 KB
shpchp_hpc.c -rw-r--r-- 28.2 KB
shpchp_pci.c -rw-r--r-- 3.1 KB
shpchp_sysfs.c -rw-r--r-- 3.0 KB

back to top