From: David S. Miller Date: Thu, 12 May 2011 23:26:57 +0000 (-0400) Subject: ipv4: Kill spurious opt->srr check in ip_options_rcv_srr(). X-Git-Tag: v3.0-rc1~377^2~104^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10949550bd1e50cc91c0f5085f7080a44b0871fe;p=pandora-kernel.git 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 --- Reading git-diff-tree failed