Re: [PATCH] reduce rcu_head size [2/2]

From: Andrew Morton
Date: Sat Jun 19 2004 - 14:07:34 EST


Dipankar Sarma <dipankar@xxxxxxxxxx> wrote:
>
> This patch changes the call_rcu() API and avoids passing an
> argument to the callback function as suggested by Rusty.

This breaks the bridge driver:


static void destroy_nbp(struct rcu_head *head)

int br_add_if(struct net_bridge *br, struct net_device *dev)
{
struct net_bridge_port *p;

...
destroy_nbp(p);


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/