]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common: remove unused ioprio thread/wq infrastructure 24665/head
authorSage Weil <sage@redhat.com>
Thu, 18 Oct 2018 16:25:26 +0000 (11:25 -0500)
committerSage Weil <sage@redhat.com>
Tue, 23 Oct 2018 13:29:02 +0000 (08:29 -0500)
commit39304caf95f748d445e634b0616b58fc2f9b7532
tree08cf3963e7620c5b119663ae5fe6ac79c16a8f49
parent86af98f42d95f9e3212531428981a71b865dfeab
common: remove unused ioprio thread/wq infrastructure

This is all now obsolete, with no remaining users.

Move ceph_gettid into Thread.{cc,h}

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/CMakeLists.txt
src/common/Thread.cc
src/common/Thread.h
src/common/WorkQueue.cc
src/common/WorkQueue.h
src/common/io_priority.cc [deleted file]
src/common/io_priority.h [deleted file]
src/crimson/CMakeLists.txt
src/os/bluestore/NVMEDevice.cc
src/test/common/CMakeLists.txt
src/test/common/test_io_priority.cc [deleted file]