]> Git Repo - linux.git/blobdiff - fs/btrfs/async-thread.h
Documentation: Delete reference to the kernel-mentors mailing list
[linux.git] / fs / btrfs / async-thread.h
index 1f9597355c9d974ef11489afbed69d4a7df087d9..fc957e00cef144385e8368a44cfc418b412eadc0 100644 (file)
@@ -82,7 +82,7 @@ void btrfs_queue_work(struct btrfs_workqueue *wq,
 void btrfs_destroy_workqueue(struct btrfs_workqueue *wq);
 void btrfs_workqueue_set_max(struct btrfs_workqueue *wq, int max);
 void btrfs_set_work_high_priority(struct btrfs_work *work);
-struct btrfs_fs_info *btrfs_work_owner(struct btrfs_work *work);
-struct btrfs_fs_info *btrfs_workqueue_owner(struct __btrfs_workqueue *wq);
-bool btrfs_workqueue_normal_congested(struct btrfs_workqueue *wq);
+struct btrfs_fs_info *btrfs_work_owner(const struct btrfs_work *work);
+struct btrfs_fs_info *btrfs_workqueue_owner(const struct __btrfs_workqueue *wq);
+bool btrfs_workqueue_normal_congested(const struct btrfs_workqueue *wq);
 #endif
This page took 0.033625 seconds and 4 git commands to generate.