From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Mon, 16 Apr 2007 09:51:53 +0200 (MEST)

> [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it
> 
> Switch cb_lock to mutex and allow netlink kernel users to override it
> with a subsystem specific mutex for consistent locking in dump callbacks.
> All netlink_dump_start users have been audited not to rely on any
> side-effects of the previously used spinlock.
> 
> Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]>

Applied.

The call signature of netlink_kernel_create() is getting huge.
It's getting near the time we should pass in a descriotor
block in the form of a structure to specify all of these
parameters.

It would have even made this patch significantly smaller since the
default of NULL would have worked out perfectly.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to