search for: xenbus_dev_file_ops

Displaying 1 result from an estimated 1 matches for "xenbus_dev_file_ops".

2007 Mar 05
0
[PATCH 3/10] linux 2.6.18: constify instances of ''struct file_operations''
...========= --- head-2007-02-27.orig/drivers/xen/xenbus/xenbus_dev.c 2007-03-05 10:00:18.000000000 +0100 +++ head-2007-02-27/drivers/xen/xenbus/xenbus_dev.c 2007-02-27 16:27:37.000000000 +0100 @@ -342,7 +342,7 @@ static unsigned 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-2...