Re: [PATCH 2/6 net-2.6.25] IPv6 RAW: Compact the API for the kernel

2007-11-19 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 16 Nov 2007 17:08:37 +0300 > Same as in the previous patch for ipv4, compact the > API and hide hash table and rwlock inside the raw.c > file. > > Plus fix some "bad" places from checkpatch.pl point > of view (assignments inside if()). > > Si

[PATCH 2/6 net-2.6.25] IPv6 RAW: Compact the API for the kernel

2007-11-16 Thread Pavel Emelyanov
Same as in the previous patch for ipv4, compact the API and hide hash table and rwlock inside the raw.c file. Plus fix some "bad" places from checkpatch.pl point of view (assignments inside if()). Signed-off-by: Pavel Emelyanov <[EMAIL PROTECTED]> --- diff --git a/include/net/rawv6.h b/include