Re: [patch] fix up generic csum_ipv6_magic function prototype

From: David Miller
Date: Mon Nov 13 2006 - 19:17:09 EST


From: Al Viro <viro@xxxxxxxxxxxxxxxx>
Date: Mon, 13 Nov 2006 08:52:23 +0000

> The first question is in the types we are using for length. OK,
> csum_tcpudp_...() is a special case; there we want u16 and unless
> there's a reason _not_ to do so on sparc, I'd rather convert it
> to the same thing.

That's fine.

> csum_partial_copy_fromuser(): Can die, only 3 targets have its rudiment
> and nothing in the tree uses it. ACK?

ACK.

> csum_partial_copy(). Rare alias for csum_partial_copy_nocheck(). Can die;
> all instances simply should be renamed to csum_partial_copy_nocheck. ACK?

ACK.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/