search for: 16_03_06

Displaying 1 result from an estimated 1 matches for "16_03_06".

Did you mean: 1603_01
2007 Mar 05
0
[PATCH 3/10] linux 2.6.18: constify instances of ''struct file_operations''
...int xenbus_dev_poll(stru return 0; } -static struct file_operations xenbus_dev_file_ops = { +static const struct file_operations xenbus_dev_file_ops = { .read = xenbus_dev_read, .write = xenbus_dev_write, .open = xenbus_dev_open, Index: head-2007-02-27/../patches/linux-2.6.18/blktap-aio-16_03_06.patch =================================================================== --- head-2007-02-27.orig/../patches/linux-2.6.18/blktap-aio-16_03_06.patch +++ head-2007-02-27/../patches/linux-2.6.18/blktap-aio-16_03_06.patch @@ -106,7 +106,7 @@ static unsigned int aio_queue_fd_poll(st + return pollflags...