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