Sorry.
I'll change it.
On 2014/7/25 12:08, David Miller wrote:
From: chenweilong <redacted>
Date: Thu, 19 Jun 2014 08:50:33 +0800
quoted
Please queue this for 3.4 stable kernel.
...
quoted
+ dst_release(sp_ifa->rt);
dst_release() does not take a "struct rt6_info *", and therefore
the compile warns when you try to compile this.
For something like -stable, we should be as conservative as possible,
I expect at a minimum that you look at the build for warnings added by
your change.