diff options
Diffstat (limited to 'net/socket.c')
-rw-r--r-- | net/socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/socket.c b/net/socket.c index a92f59580234..0778c5442411 100644 --- a/net/socket.c +++ b/net/socket.c | |||
@@ -117,7 +117,7 @@ static ssize_t sock_sendpage(struct file *file, struct page *page, | |||
117 | * in the operation structures but are done directly via the socketcall() multiplexor. | 117 | * in the operation structures but are done directly via the socketcall() multiplexor. |
118 | */ | 118 | */ |
119 | 119 | ||
120 | static struct file_operations socket_file_ops = { | 120 | static const struct file_operations socket_file_ops = { |
121 | .owner = THIS_MODULE, | 121 | .owner = THIS_MODULE, |
122 | .llseek = no_llseek, | 122 | .llseek = no_llseek, |
123 | .aio_read = sock_aio_read, | 123 | .aio_read = sock_aio_read, |