• D
    netxen: drop redudant spinlock · 2c6a3f72
    Dhananjay Phadke 提交于
    Some leftover code that makes use of adapter->lock in tx_timeout function,
    which resets the interface under this lock. In close() when the workqueue
    is flushed, prints the warning about sleeping with interrupts disabled
    (when spinlock debug is enabled). The lock was required with private netxen
    IOCTLs, which were removed a while ago.
    Signed-off-by: NJeff Garzik <jeff@garzik.org>
    2c6a3f72
netxen_nic_main.c 38.0 KB