On Tue, Oct 29, 2019 at 11:47:19AM +0000, Heming Zhao wrote: > You are right. I forgot the radix_tree_remove_prefix(). > The radix_tree_remove_prefix() is called both bcache_invalidate_fd & bcache_abort_fd. > So the job will not work as expected in bcache_abort_fd, because the node is already removed. > Please correct me if my thinking is wrong. Slightly wrong, the remove_prefix in invalidate should only be running if it.success is true. Well spotted. - Joe _______________________________________________ linux-lvm mailing list linux-lvm@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/