| 17755 | req->get(); |
| 17756 | } |
| 17757 | void finish(int r) override { |
| 17758 | std::scoped_lock l(client->client_lock); |
| 17759 | ceph_assert(req->head.op == CEPH_MDS_OP_SETFILELOCK); |
| 17760 | client->_interrupt_filelock(req); |
| 17761 | client->put_request(req); |
| 17762 | } |
| 17763 | }; |
| 17764 | |
| 17765 | void Client::ll_interrupt(void *d) |
nothing calls this directly
no test coverage detected