btrfs: return void in functions without error conditions
[deliverable/linux.git] / fs / btrfs / async-thread.h
index f34cc31fa3c9a8d1c55f7181ca05b10a11f8ba64..063698b90ce2dd0481663aeee46b30ef796d52e2 100644 (file)
@@ -111,9 +111,9 @@ struct btrfs_workers {
 
 void btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work);
 int btrfs_start_workers(struct btrfs_workers *workers);
-int btrfs_stop_workers(struct btrfs_workers *workers);
+void btrfs_stop_workers(struct btrfs_workers *workers);
 void btrfs_init_workers(struct btrfs_workers *workers, char *name, int max,
                        struct btrfs_workers *async_starter);
-int btrfs_requeue_work(struct btrfs_work *work);
+void btrfs_requeue_work(struct btrfs_work *work);
 void btrfs_set_work_high_prio(struct btrfs_work *work);
 #endif
This page took 0.026078 seconds and 5 git commands to generate.