Btrfs: cleanup the similar code of the fs root read
[linux-2.6-block.git] / fs / btrfs / tree-log.c
index c276ac9a0ec338c86973a752d74b9e93d22cc9a8..a59724e6c9f5788de946de5b82ebab9c3745e244 100644 (file)
@@ -4016,8 +4016,7 @@ again:
                if (found_key.objectid != BTRFS_TREE_LOG_OBJECTID)
                        break;
 
-               log = btrfs_read_fs_root_no_radix(log_root_tree,
-                                                 &found_key);
+               log = btrfs_read_fs_root(log_root_tree, &found_key);
                if (IS_ERR(log)) {
                        ret = PTR_ERR(log);
                        btrfs_error(fs_info, ret,