DragonFly BSD
DragonFly bugs List (threaded) for 2011-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[issue2147] Empty if statement in lwkt_process_ipiq_core()


From: "c \(via DragonFly issue tracker\)" <sinknull@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Oct 2011 02:24:51 +0000

New submission from c <c@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@lists.dragonflybsd.org>
<http://bugs.dragonflybsd.org/issue2147>
_____________________________________________________

Attachment: lwkt_ipiq.c.diff
Description: Binary data



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