![]() | ||||||||||
Messages in this thread |
On Saturday 05 April 2008, Rusty Russell wrote:
> static const struct file_operations vring_fops = {
> .release = vring_release,
> .write = vring_write,
> .poll = vring_poll,
> + .ioctl = vring_ioctl,
> };
This should also set the .compat_ioctl pointer. If the argument
is defined as an actual memory location instead of a pointer,
you also don't need the compat_ptr() conversion for s390x, so
both can point to the same vring_ioctl function.
Arnd <><
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
| |||||||||
| Last update: 2008-04-08 07:17 [from the cache] ©2003-2008 | ||||||||||