commit | 10949550bd1e50cc91c0f5085f7080a44b0871fe | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu May 12 19:26:57 2011 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu May 12 19:26:57 2011 -0400 |
tree | e5a1862145c488c6abf9d12cc52a1db90481823d | |
parent | b2a103e6d0afa432dff66b36473c5a55b6b0376c [diff] |
ipv4: Kill spurious opt->srr check in ip_options_rcv_srr(). All call sites conditionalize the call to ip_options_rcv_srr() with a check of opt->srr, so no need to check it again there. Signed-off-by: David S. Miller <davem@davemloft.net>