| 473 | stack->scrubs_in_progress++; |
| 474 | } |
| 475 | void finish(int r) override { |
| 476 | stack->_validate_inode_done(target, r, result); |
| 477 | stack->scrubs_in_progress--; |
| 478 | stack->kick_off_scrubs(); |
| 479 | } |
| 480 | }; |
| 481 | |
| 482 | void ScrubStack::scrub_dir_inode_final(CInode *in) |
nothing calls this directly
no test coverage detected