i think this line " local_irq_disable();" is not necessary, doesn't it ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In file net/core/Dev.c, the function net_rx_action()


1712            } else {
1713                    netpoll_poll_unlock(have);
1714                    dev_put(dev);
1715                    local_irq_disable();
                }
        }
out:
        local_irq_enable();
        return

i think the line 1715 is not necessary , because the latter line is
local_irq_enable , should us remove the 1715 line ?
-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux