diff options
| author | 2011-12-18 10:35:16 +0100 | |
|---|---|---|
| committer | 2011-12-18 10:35:16 +0100 | |
| commit | 6e5ed276374c329b93a968d640f4d26c8c05411b (patch) | |
| tree | 3b0d42269f0f52ea7764511de3a58b01d12bcb23 /fs/btrfs/async-thread.h | |
| parent | x86/mrst: Add additional debug prints for pb_keys (diff) | |
| parent | Linux 3.2-rc6 (diff) | |
| download | wireguard-linux-6e5ed276374c329b93a968d640f4d26c8c05411b.tar.xz wireguard-linux-6e5ed276374c329b93a968d640f4d26c8c05411b.zip | |
Merge commit 'v3.2-rc6' into x86/platform
Diffstat (limited to 'fs/btrfs/async-thread.h')
| -rw-r--r-- | fs/btrfs/async-thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/async-thread.h b/fs/btrfs/async-thread.h index 5077746cf85e..f34cc31fa3c9 100644 --- a/fs/btrfs/async-thread.h +++ b/fs/btrfs/async-thread.h @@ -109,8 +109,8 @@ struct btrfs_workers { char *name; }; -int btrfs_queue_worker(struct btrfs_workers *workers, struct btrfs_work *work); -int btrfs_start_workers(struct btrfs_workers *workers, int num_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_init_workers(struct btrfs_workers *workers, char *name, int max, struct btrfs_workers *async_starter); |
