Re: [RFC,net-next, 1/5] l3mdev: add infrastructure for table to VRF mapping

From: Andrea Mayer
Date: Sat Jun 13 2020 - 18:38:24 EST


On Fri, 12 Jun 2020 10:51:48 -0700
Jakub Kicinski <kuba@xxxxxxxxxx> wrote:

> net/l3mdev/l3mdev.c:12:1: warning: symbol 'l3mdev_lock' was not declared. Should it be static?
>
> Please make sure it doesn't add errors with W=1 C=1 :)

Hi Jakub,
thanks for your feedback.

sorry, I did not want to add more warnings! I will declare the l3mdev_lock
static! I will be more careful while checking with W=1 and C=1 next time.

Thanks,
Andrea