btrfs: drop unused argument from extent_io_tree_init
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / fs / btrfs / relocation.c
index fed0aaec07530e89de6946464a34f08795671d81..f3edf45317bcb661b286cf98231cca6110211585 100644 (file)
@@ -3935,7 +3935,7 @@ static struct reloc_control *alloc_reloc_control(void)
        INIT_LIST_HEAD(&rc->reloc_roots);
        backref_cache_init(&rc->backref_cache);
        mapping_tree_init(&rc->reloc_root_tree);
-       extent_io_tree_init(&rc->processed_blocks, NULL, GFP_NOFS);
+       extent_io_tree_init(&rc->processed_blocks, NULL);
        return rc;
 }