diff options
author | Ivan Vecera <ivecera@redhat.com> | 2010-12-14 06:43:19 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-16 23:12:26 +0100 |
commit | 2984961c388381c1830f95e1c2dc2137301b1009 (patch) | |
tree | cef2c252c2cf0d6f0e8660d3372a1aa81eba312d /mm/page_alloc.c | |
parent | bonding/vlan: Fix mangled NAs on slaves without VLAN tag insertion (diff) | |
download | linux-2984961c388381c1830f95e1c2dc2137301b1009.tar.xz linux-2984961c388381c1830f95e1c2dc2137301b1009.zip |
be2net: use mutex instead of spin lock for mbox_lock
Since the mbox polling uses the schedule_timeout, the mbox_lock should be
a mutex and not a spin lock.
The commit f25b03a replaced udelay() with schedule_timeout() but didn't
change mbox_lock to semaphore or mutex.
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm/page_alloc.c')
0 files changed, 0 insertions, 0 deletions