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 379b3a390755..3cd96fe8191d 100644 --- a/net/socket.c +++ b/net/socket.c | |||
@@ -258,7 +258,7 @@ static void sock_destroy_inode(struct inode *inode) | |||
258 | container_of(inode, struct socket_alloc, vfs_inode)); | 258 | container_of(inode, struct socket_alloc, vfs_inode)); |
259 | } | 259 | } |
260 | 260 | ||
261 | static void init_once(void *foo, struct kmem_cache *cachep, unsigned long flags) | 261 | static void init_once(struct kmem_cache *cachep, void *foo) |
262 | { | 262 | { |
263 | struct socket_alloc *ei = (struct socket_alloc *)foo; | 263 | struct socket_alloc *ei = (struct socket_alloc *)foo; |
264 | 264 | ||