arehbein uploaded patch set #2 to this change.

View Change

osmo_wqueue_enqueue(): Avoid redundant if-check

Remove call to osmo_wqueue_enqueue_quiet(), which checks the same condition as osmo_wqueue_enqueue.
The result is basically one function less on the call stack and one
if-check less; while having two more statements in osmo_wqueue_enqueue() itself compared to before.

Change-Id: I3ecc1698e836ca40e178a5b84c2946ae0e6bbfc9
---
M src/core/write_queue.c
1 file changed, 17 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/91/31591/2

To view, visit change 31591. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I3ecc1698e836ca40e178a5b84c2946ae0e6bbfc9
Gerrit-Change-Number: 31591
Gerrit-PatchSet: 2
Gerrit-Owner: arehbein <arehbein@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newpatchset