Re: [PATCH 3.18.y] Fix compilation error backporting upstream commit 9fc12023d6f5

2018-08-04 Thread Lorenzo Bianconi
> On Sat, Aug 04, 2018 at 02:27:41PM +0200, Lorenzo Bianconi wrote: > > Fix following compilation error backporting upstream commit > > 9fc12023d6f5 ("ipv4: remove BUG_ON() from fib_compute_spec_dst) > > > > net/ipv4/fib_frontend.c: In function 'fib_compute_spec_dst': > > net/ipv4/fib_frontend.c:22

Re: [PATCH 3.18.y] Fix compilation error backporting upstream commit 9fc12023d6f5

2018-08-04 Thread Greg KH
On Sat, Aug 04, 2018 at 02:27:41PM +0200, Lorenzo Bianconi wrote: > Fix following compilation error backporting upstream commit > 9fc12023d6f5 ("ipv4: remove BUG_ON() from fib_compute_spec_dst) > > net/ipv4/fib_frontend.c: In function 'fib_compute_spec_dst': > net/ipv4/fib_frontend.c:225:3: error:

[PATCH 3.18.y] Fix compilation error backporting upstream commit 9fc12023d6f5

2018-08-04 Thread Lorenzo Bianconi
Fix following compilation error backporting upstream commit 9fc12023d6f5 ("ipv4: remove BUG_ON() from fib_compute_spec_dst) net/ipv4/fib_frontend.c: In function 'fib_compute_spec_dst': net/ipv4/fib_frontend.c:225:3: error: expected expression before 'if' if (!fib_lookup(net, &fl4, &res)) net/i