[Click] [PATCH 06/12] FastUDPSourceIP6: remove improper skb->users assertion

Eddie Kohler kohler at cs.ucla.edu
Wed Sep 29 19:11:58 EDT 2010


Great, applied!
E


On 09/25/2010 10:29 PM, Joonwoo Park wrote:
> Signed-off-by: Joonwoo Park<joonwpark81 at gmail.com>
> ---
>   elements/linuxmodule/fastudpsrcip6.cc |    1 -
>   1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/elements/linuxmodule/fastudpsrcip6.cc b/elements/linuxmodule/fastudpsrcip6.cc
> index 2439010..021c4e9 100644
> --- a/elements/linuxmodule/fastudpsrcip6.cc
> +++ b/elements/linuxmodule/fastudpsrcip6.cc
> @@ -166,7 +166,6 @@ FastUDPSourceIP6::pull(int)
>     }
>
>     if(p) {
> -    assert(atomic_read(&_skb->users)>  1);
>       _count++;
>       if(_count == 1)
>         _first = click_jiffies();


More information about the click mailing list