netfilter: nf_conntrack_extend: avoid unnecessary "ct->ext" dereferences
authorPatrick McHardy <kaber@trash.net>
Sun, 27 Jul 2008 00:50:05 +0000 (17:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 27 Jul 2008 00:50:05 +0000 (17:50 -0700)
As Linus points out, "ct->ext" and "new" are always equal, avoid unnecessary
dereferences and use "new" directly.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found