Hi - Don't forget to commit -s to put in your Signed-off-by tag.
It's also worth noting the difference between spinlock_init() (an Akaros function) and spin_lock_init() (a Linux function, macro-magic'd to Akaros's spinlock_init_irqsave()). Barret On 2017-04-05 at 15:09 Dan Cross <[email protected]> wrote: > Change-Id: If55ecf25fcd59f7d1c2c01b96fc76f69c738f8c5 > --- > kern/drivers/net/mlx4u/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kern/drivers/net/mlx4u/main.c b/kern/drivers/net/mlx4u/main.c > index fe7d670c..866e12ce 100644 > --- a/kern/drivers/net/mlx4u/main.c > +++ b/kern/drivers/net/mlx4u/main.c > @@ -2407,7 +2407,7 @@ static void *mlx4_ib_add(struct mlx4_dev *dev) > > mlx4_ib_alloc_eqs(dev, ibdev); > > - spin_lock_init(&iboe->lock); > + spinlock_init(&iboe->lock); > > if (init_node_data(ibdev)) > goto err_map; -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
