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-- 2.1 KB
Makefile -rw-r--r-- 206 bytes
apei-base.c -rw-r--r-- 19.5 KB
apei-internal.h -rw-r--r-- 4.1 KB
bert.c -rw-r--r-- 3.7 KB
einj.c -rw-r--r-- 22.4 KB
erst-dbg.c -rw-r--r-- 5.2 KB
erst.c -rw-r--r-- 29.0 KB
ghes.c -rw-r--r-- 30.0 KB
hest.c -rw-r--r-- 6.3 KB

back to top