]> git.neil.brown.name Git - history.git/commit
[TOKENRING]: spin_lock consistency.
authorStephen Hemminger <shemminger@osdl.org>
Thu, 21 Aug 2003 05:13:10 +0000 (22:13 -0700)
committerDavid S. Miller <davem@nuts.ninka.net>
Thu, 21 Aug 2003 05:13:10 +0000 (22:13 -0700)
commitfa85be80ad1b5c79ba143de0429bbccec9e36d64
tree1fe577b0cae720032446ad7e24983b81a830c422
parent7384a506036cd8ce4131b619d65af859a9b2bb11
[TOKENRING]: spin_lock consistency.

Use spin_lock on hash table consistently, this code is only called
from bottom half context, never from interrupt context so use spin_lock_bh.
net/802/tr.c