]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/socket.c
reiserfs: do not repair wrong journal params
[mirror_ubuntu-artful-kernel.git] / net / socket.c
index 379b3a3907551f50d42776664d0bc66aafcfa671..3cd96fe8191d260d534f97553d6e35737d14bfd0 100644 (file)
@@ -258,7 +258,7 @@ static void sock_destroy_inode(struct inode *inode)
                        container_of(inode, struct socket_alloc, vfs_inode));
 }
 
-static void init_once(void *foo, struct kmem_cache *cachep, unsigned long flags)
+static void init_once(struct kmem_cache *cachep, void *foo)
 {
        struct socket_alloc *ei = (struct socket_alloc *)foo;