[issue2147] Empty if statement in lwkt_process_ipiq_core()

c (via DragonFly issue tracker) sinknull at leaf.dragonflybsd.org
Thu Oct 13 19:26:30 PDT 2011


New submission from c <c at 137.org>:

On line 662 of lwkt_ipiq.c:

    if (ip->ip_rindex == ip->ip_windex);
        atomic_poll_release_int(&ip->ip_npoll);

This should be harmless, outside of inviting superfluous ipis.

----------
files: lwkt_ipiq.c.diff
messages: 10190
nosy: c
priority: bug
status: unread
title: Empty if statement in lwkt_process_ipiq_core()

_____________________________________________________
DragonFly issue tracker <bugs at lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2147>
_____________________________________________________Attachment:
lwkt_ipiq.c.diff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bin00002.bin
Type: application/octet-stream
Size: 427 bytes
Desc: "Description: Binary data"
URL: <http://lists.dragonflybsd.org/pipermail/bugs/attachments/20111013/36732581/attachment-0021.bin>


More information about the Bugs mailing list