aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/async-thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/async-thread.h')
-rw-r--r--fs/btrfs/async-thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/async-thread.h b/fs/btrfs/async-thread.h
index b0b093b6afec..ad4d0647d1a6 100644
--- a/fs/btrfs/async-thread.h
+++ b/fs/btrfs/async-thread.h
@@ -69,7 +69,7 @@ BTRFS_WORK_HELPER_PROTO(scrubparity_helper);
69 69
70struct btrfs_workqueue *btrfs_alloc_workqueue(const char *name, 70struct btrfs_workqueue *btrfs_alloc_workqueue(const char *name,
71 unsigned int flags, 71 unsigned int flags,
72 int max_active, 72 int limit_active,
73 int thresh); 73 int thresh);
74void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t helper, 74void btrfs_init_work(struct btrfs_work *work, btrfs_work_func_t helper,
75 btrfs_func_t func, 75 btrfs_func_t func,