[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CADvbK_e2DdWrXOA-zu0iTRxDLAuS_Ec-d597i8VTksD=PL4c+w@mail.gmail.com>
Date: Wed, 19 Nov 2014 15:47:03 +0800
From: lucien xin <lucien.xin@...il.com>
To: Nicolas Dichtel <nicolas.dichtel@...nd.com>
Cc: network dev <netdev@...r.kernel.org>,
Steffen Klassert <steffen.klassert@...unet.com>
Subject: Re: [PATCH] [net]ip_tunnel: the lack of vti_link_ops' dellink() cause
kernel panic
>> ---
>> net/ipv4/ip_vti.c | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/net/ipv4/ip_vti.c b/net/ipv4/ip_vti.c
>> index 3e86101..1a7e979 100644
>> --- a/net/ipv4/ip_vti.c
>> +++ b/net/ipv4/ip_vti.c
>> @@ -528,6 +528,7 @@ static struct rtnl_link_ops vti_link_ops __read_mostly
>> = {
>> .validate = vti_tunnel_validate,
>> .newlink = vti_newlink,
>> .changelink = vti_changelink,
>> + .dellink = ip_tunnel_dellink,
>
> Nitpicking: other lines into this struct uses tabs to align the '=', but
> the one you add uses spaces.
>
>
okay, thanks, I will correct it.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists