don't continue looping through ioctl compat_map after finding match
commit4d706410779f399e5969439f6005abcee553b01d
authorRich Felker <dalias@aerifal.cx>
Sat, 21 Dec 2019 17:21:04 +0000 (21 12:21 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 21 Dec 2019 17:21:04 +0000 (21 12:21 -0500)
tree5143a17b2de0d2f8cd4c95f1a4c5fccb3667d76d
parentd6a62addce7e07416a5bc889f39594e67d785a0d
don't continue looping through ioctl compat_map after finding match

there's only one matching entry for any given command so this had no
functional distinction, but additional loops are pointless and
wasteful.
src/misc/ioctl.c