Re: [PATCH net-next 2/2] dccp: remove unnecessary codes in ipv6.c
From: Eric Dumazet <hidden> Date: 2012-07-02 09:08:54
On Mon, 2012-07-02 at 11:19 +0800, roy.qing.li@gmail.com wrote:
From: RongQing.Li <redacted>
opt always equals np->opts, so it is meaningless to define opt, and
check if opt does not equal np->opts and then try to free opt.
Signed-off-by: RongQing.Li <redacted>
---