On 11.10.19 г. 10:50 ч., Johannes Thumshirn wrote: > On 10/10/2019 17:06, Nikolay Borisov wrote: >> -recovery_tree_root: >> - if (!btrfs_test_opt(fs_info, USEBACKUPROOT)) >> - goto fail_tree_roots; > > What happened to this test in your refactoring? It went to the top: + bool should_retry = btrfs_test_opt(fs_info, USEBACKUPROOT); > >
