Re: [PATCH] de-inline qdiscipline locking functions.
From: David S. Miller <hidden>
Date: 2004-07-29 01:55:01
From: David S. Miller <hidden>
Date: 2004-07-29 01:55:01
On Mon, 26 Jul 2004 11:34:02 -0700 Stephen Hemminger [off-list ref] wrote:
This qdisc code has several inline functions for locking that is only used when adding/deleting queuing disciplines; so make them functions instead. The new qdisc_lock_tree encapsulates the locking used throughout this code. Also qdisc_run() is only called from net/core/dev.c so it should be defined there.
Looks good, thanks Stephen.