Re: [VLAN]: nested VLAN: fix lockdep's recursive locking warning

2008-01-10 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Thu, 10 Jan 2008 16:32:35 +0100 > [VLAN]: nested VLAN: fix lockdep's recursive locking warning > > Allow vlans nesting other vlans without lockdep's warnings (max. 2 levels > i.e. parent + child). Thanks to Patrick McHar

[VLAN]: nested VLAN: fix lockdep's recursive locking warning

2008-01-10 Thread Patrick McHardy
[VLAN]: nested VLAN: fix lockdep's recursive locking warning Allow vlans nesting other vlans without lockdep's warnings (max. 2 levels i.e. parent + child). Thanks to Patrick McHardy for pointing a bug in the first version of this patch. Reported-by: Benny Amorsen Signed-off