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
appletalk
arcnet
bonding
caif
can
cris
dsa
ethernet
fddi
fjes
hamradio
hippi
hyperv
ieee802154
ipvlan
irda
phy
plip
ppp
slip
team
usb
vmxnet3
wan
wimax
wireless
xen-netback
Kconfig -rw-r--r-- 15.0 KB
LICENSE.SRC -rw-r--r-- 891 bytes
Makefile -rw-r--r-- 2.0 KB
Space.c -rw-r--r-- 4.1 KB
dummy.c -rw-r--r-- 5.5 KB
eql.c -rw-r--r-- 14.6 KB
geneve.c -rw-r--r-- 39.5 KB
gtp.c -rw-r--r-- 31.5 KB
ifb.c -rw-r--r-- 8.6 KB
loopback.c -rw-r--r-- 5.6 KB
macsec.c -rw-r--r-- 83.7 KB
macvlan.c -rw-r--r-- 40.8 KB
macvtap.c -rw-r--r-- 31.6 KB
mdio.c -rw-r--r-- 11.9 KB
mii.c -rw-r--r-- 12.3 KB
netconsole.c -rw-r--r-- 24.8 KB
nlmon.c -rw-r--r-- 3.9 KB
ntb_netdev.c -rw-r--r-- 12.3 KB
rionet.c -rw-r--r-- 18.8 KB
sb1000.c -rw-r--r-- 31.3 KB
sungem_phy.c -rw-r--r-- 29.7 KB
tun.c -rw-r--r-- 59.4 KB
veth.c -rw-r--r-- 12.3 KB
virtio_net.c -rw-r--r-- 53.3 KB
vrf.c -rw-r--r-- 30.7 KB
vxlan.c -rw-r--r-- 83.7 KB
xen-netfront.c -rw-r--r-- 54.2 KB

back to top