| 5476 | } |
| 5477 | |
| 5478 | void CInode::uninline_initialize() |
| 5479 | { |
| 5480 | dout(20) << __func__ << " with scrub_version " << get_version() << dendl; |
| 5481 | scrub_infop->uninline_in_progress = true; |
| 5482 | } |
| 5483 | |
| 5484 | void CInode::scrub_aborted() { |
| 5485 | dout(20) << __func__ << dendl; |
no outgoing calls
no test coverage detected