Michael Trimarchi wrote: > +#define DECLARE_LOCKED_VERSION(_name) \ Why not grab rtnl_lock ? It blocks all ioctls, so you don't need to add wrappers around every single one of them.
- Werner
Michael Trimarchi wrote: > +#define DECLARE_LOCKED_VERSION(_name) \ Why not grab rtnl_lock ? It blocks all ioctls, so you don't need to add wrappers around every single one of them.
- Werner