aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/restrack.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rdma/restrack.h')
-rw-r--r--include/rdma/restrack.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/include/rdma/restrack.h b/include/rdma/restrack.h
index 9654d33edd98..0bddbbdbaf7c 100644
--- a/include/rdma/restrack.h
+++ b/include/rdma/restrack.h
@@ -175,14 +175,8 @@ int rdma_restrack_put(struct rdma_restrack_entry *res);
* @res: resource entry
* @task: task struct
*/
-static inline void rdma_restrack_set_task(struct rdma_restrack_entry *res,
- struct task_struct *task)
-{
- if (res->task)
- put_task_struct(res->task);
- get_task_struct(task);
- res->task = task;
-}
+void rdma_restrack_set_task(struct rdma_restrack_entry *res,
+ struct task_struct *task);
/*
* Helper functions for rdma drivers when filling out