diff options
Diffstat (limited to 'include/linux/rcuwait.h')
-rw-r--r-- | include/linux/rcuwait.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/rcuwait.h b/include/linux/rcuwait.h index 90bfa3279a01..563290fc194f 100644 --- a/include/linux/rcuwait.h +++ b/include/linux/rcuwait.h | |||
@@ -18,7 +18,7 @@ | |||
18 | * awoken. | 18 | * awoken. |
19 | */ | 19 | */ |
20 | struct rcuwait { | 20 | struct rcuwait { |
21 | struct task_struct *task; | 21 | struct task_struct __rcu *task; |
22 | }; | 22 | }; |
23 | 23 | ||
24 | #define __RCUWAIT_INITIALIZER(name) \ | 24 | #define __RCUWAIT_INITIALIZER(name) \ |