diff options
Diffstat (limited to 'fs/btrfs/async-thread.h')
-rw-r--r-- | fs/btrfs/async-thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/async-thread.h b/fs/btrfs/async-thread.h index 8e52484cd461..1f9597355c9d 100644 --- a/fs/btrfs/async-thread.h +++ b/fs/btrfs/async-thread.h | |||
@@ -84,4 +84,5 @@ void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int max); | |||
84 | void btrfs_set_work_high_priority(struct btrfs_work *work); | 84 | void btrfs_set_work_high_priority(struct btrfs_work *work); |
85 | struct btrfs_fs_info *btrfs_work_owner(struct btrfs_work *work); | 85 | struct btrfs_fs_info *btrfs_work_owner(struct btrfs_work *work); |
86 | struct btrfs_fs_info *btrfs_workqueue_owner(struct __btrfs_workqueue *wq); | 86 | struct btrfs_fs_info *btrfs_workqueue_owner(struct __btrfs_workqueue *wq); |
87 | bool btrfs_workqueue_normal_congested(struct btrfs_workqueue *wq); | ||
87 | #endif | 88 | #endif |