OSDN Git Service

thread-pool: drop thread_pool_active()
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 11 Apr 2013 15:22:08 +0000 (17:22 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 19 Aug 2013 13:52:19 +0000 (15:52 +0200)
commitbb52b14be163cc91409017639b8df32c99c1563a
treea200737431e12acb6f9acd2fe38445bb3d172938
parentce689368bb453b0b21e73c77182a9d9bef8c0b84
thread-pool: drop thread_pool_active()

.io_flush() is no longer called so drop thread_pool_active().  The block
layer is the only thread-pool.c user and it already tracks in-flight
requests, therefore we do not need thread_pool_active().

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
thread-pool.c