btrfs: get rid of unique workqueue helper functions
[linux-2.6-microblaze.git] / fs / btrfs / reada.c
index dd4f9c2..1feaead 100644 (file)
@@ -819,8 +819,7 @@ static void reada_start_machine(struct btrfs_fs_info *fs_info)
                /* FIXME we cannot handle this properly right now */
                BUG();
        }
-       btrfs_init_work(&rmw->work, btrfs_readahead_helper,
-                       reada_start_machine_worker, NULL, NULL);
+       btrfs_init_work(&rmw->work, reada_start_machine_worker, NULL, NULL);
        rmw->fs_info = fs_info;
 
        btrfs_queue_work(fs_info->readahead_workers, &rmw->work);