| .. | .. |
|---|
| 96 | 96 | #include <linux/posix-timers.h> |
|---|
| 97 | 97 | #include <linux/time_namespace.h> |
|---|
| 98 | 98 | #include <linux/resctrl.h> |
|---|
| 99 | | -#include <linux/swait.h> |
|---|
| 100 | 99 | #include <linux/cpufreq_times.h> |
|---|
| 101 | 100 | #include <trace/events/oom.h> |
|---|
| 102 | 101 | #include "internal.h" |
|---|
| .. | .. |
|---|
| 2040 | 2039 | |
|---|
| 2041 | 2040 | child = d_hash_and_lookup(dir, &qname); |
|---|
| 2042 | 2041 | if (!child) { |
|---|
| 2043 | | - DECLARE_SWAIT_QUEUE_HEAD_ONSTACK(wq); |
|---|
| 2042 | + DECLARE_WAIT_QUEUE_HEAD_ONSTACK(wq); |
|---|
| 2044 | 2043 | child = d_alloc_parallel(dir, &qname, &wq); |
|---|
| 2045 | 2044 | if (IS_ERR(child)) |
|---|
| 2046 | 2045 | goto end_instantiate; |
|---|