X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsocket.c;h=8ef8ba81b9e2048c93363f4a2f98f73b7778cdce;hb=63a16f90167850010864a9e8ebb71d216983090f;hp=1310a82cbba7c69326e7135ab438adb636dc5c8a;hpb=1ff8419871ea757ae0298aa296bcff9b2ca48561;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;