On Mon, Jan 11, 2016 at 12:05 AM, David Miller [off-list ref] wrote:
From: Or Gerlitz <redacted>
Date: Sun, 10 Jan 2016 10:39:37 +0200
quoted
v1 --> v2 changes:
- made sure that service functions added in the IB driver are only static-fied
on the last commit, to make sure bisection with -Werror works fine.
Please don't do this. This looks rediculous.
Instead, if this kind of dependency exists in a source file, simply
add the new functions in the same commit that adds the usage of
them.
OKay, we did that to get better breakup of the patches to smaller
units, will squash the last two patches and respin
Or.