It's no longer needed following cleanups around find_newest_backup_root
---
 fs/btrfs/disk-io.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
index 8b1f6385023d..d51f76abde45 100644
--- a/fs/btrfs/disk-io.c
+++ b/fs/btrfs/disk-io.c
@@ -1792,8 +1792,7 @@ static int find_newest_super_backup(struct btrfs_fs_info 
*info)
  * in the backup array.  This will set the backup_root_index
  * field in the fs_info struct
  */
-static void find_oldest_super_backup(struct btrfs_fs_info *info,
-                                    u64 newest_gen)
+static void find_oldest_super_backup(struct btrfs_fs_info *info)
 {
        int newest_index;
 
@@ -2831,8 +2830,7 @@ int __cold open_ctree(struct super_block *sb,
         * run through our array of backup supers and setup
         * our ring pointer to the oldest one
         */
-       generation = btrfs_super_generation(disk_super);
-       find_oldest_super_backup(fs_info, generation);
+       find_oldest_super_backup(fs_info);
 
        /*
         * In the long term, we'll store the compression type in the super
-- 
2.17.1

Reply via email to