X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=net%2Fsocket.c;h=8ef8ba81b9e2048c93363f4a2f98f73b7778cdce;hb=ad619800e4e034cad44299b2a22df9eebb043ac3;hp=1310a82cbba7c69326e7135ab438adb636dc5c8a;hpb=8ffa5b65968262ba6bb046329972791c0d960745;p=linux-2.6 diff --git a/net/socket.c b/net/socket.c index 1310a82cbb..8ef8ba81b9 100644 --- a/net/socket.c +++ b/net/socket.c @@ -265,7 +265,7 @@ static void sock_destroy_inode(struct inode *inode) container_of(inode, struct socket_alloc, vfs_inode)); } -static void init_once(struct kmem_cache *cachep, void *foo) +static void init_once(void *foo) { struct socket_alloc *ei = (struct socket_alloc *)foo;