aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorTimo Teräs <[email protected]>2010-12-15 20:48:09 +0200
committerGreg Kroah-Hartman <[email protected]>2010-12-16 12:35:15 -0800
commit4b2f9abea52af3782d349080fca5e189b0693792 (patch)
treea54b2ca87e97b0dedcd934b4db68af0a8a381329 /tools/perf/scripts/python
parentbf6506f60c46c8a709df534408cc6d470df657ff (diff)
staging: hv: convert channel_mgmt.c to not call osd_schedule_callback
The additional abstraction is unneeded. The three calls are assumed to not be pending simultaneously: - vmbus_onoffer queues work exactly once when a new channel is created, the channel is not attached to lists until the work is executed - vmbus_onoffer_rescind is received only when the channel is active it is enough to process the work once - free_channel is called exactly once when the channel is getting destroyed; I assumed that vmbus_process_rescind_offer cannot be pending while free_channel is called Reviewed-By: Hank Janssen <[email protected]> Cc: Haiyang Zhang <[email protected]> Signed-off-by: Timo Teräs <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions