commit | 43264e0bd96304092062c013b0612cc944508288 | [log] [tgz] |
---|---|---|
author | RongQing.Li <roy.qing.li@gmail.com> | Sun Jul 01 17:18:59 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 05 03:11:15 2012 -0700 |
tree | 49f253e1ca2afa4829f19bad3e9eaf05e412c97a | |
parent | 30e80b55dd250b17c2570e234d2be34a0718063e [diff] |
ipv6: remove unnecessary codes in tcp_ipv6.c 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 <roy.qing.li@gmail.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>