Andi Kleen 421f028100 [PATCH] x86-64: Define IGNORE_IOCTL() macro for compat_ioctls
Define a new IGNORE_IOCTL() to let a compat ioctl not be warned about even when
it is not implemented.

This is the same as COMPATIBLE_IOCTL internally, but better self documentng.

Valid reasons to use this:
- It is implemented with ->compat_ioctl on some device, but programs
  call it on others too.
- The ioctl is not implemented in the native kernel, but programs
  call it commonly anyways.
Most other reasons are not valid.

Signed-off-by: Andi Kleen <ak@suse.de>
2007-05-02 19:27:20 +02:00
..
2007-02-20 17:10:15 -08:00
2007-04-27 15:28:45 -07:00
2007-04-27 10:57:31 -07:00
2007-04-20 22:56:30 -07:00
2007-04-26 15:10:40 -07:00
2007-04-17 16:36:27 -07:00
2006-01-11 18:42:13 -08:00
2006-10-04 06:51:26 -06:00
2007-03-06 09:30:25 -08:00
2006-12-07 08:39:25 -08:00
2006-04-11 13:53:33 +02:00
2007-04-27 15:28:45 -07:00
2006-12-07 08:39:25 -08:00
2007-02-17 21:30:15 -05:00
2006-10-01 00:39:19 -07:00
2006-03-23 07:38:11 -08:00
2007-03-29 14:26:42 +02:00