On 9/23/15 10:19 AM, Tom Herbert wrote:
@@ -1782,7 +1782,7 @@ out: return err;
err = fib_validate_source(skb, saddr, 0, tos, 0, dev,
in_dev, &itag);
if (err < 0)
- goto martian_source_keep_err;
+ goto martian_source;
}
flags |= RTCF_BROADCAST;
res.type = RTN_BROADCAST;
@@ -1858,8 +1858,6 @@ out: return err;
goto out;
martian_source:
- err = -EINVAL;
Just remove t=above line, no need to rename label.
This is a stepping stone patch. It removes the unnecessary EINVAL and
then drops one of the duplicate labels as setup for later patches. By
patch 9 all of this is gone.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html