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