mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
95f9a4d27e
The current ioctl define implies that this func expects to be passed a 64bit number directly rather than a pointer to a 64bit. The code that processes this ioctl shows that it clearly expects a pointer. It'd be best if we could change the type to "__s64*", but that would change the generated ioctl number thus breaking the userland ABI. So just add a comment for intrepid developers. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> |
||
---|---|---|
.. | ||
inftl-user.h | ||
Kbuild | ||
mtd-abi.h | ||
mtd-user.h | ||
nftl-user.h | ||
ubi-user.h |