diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 4efb552aca47..b00a77f4999e 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1313,6 +1313,7 @@ struct task_struct { | |||
1313 | int lockdep_depth; | 1313 | int lockdep_depth; |
1314 | unsigned int lockdep_recursion; | 1314 | unsigned int lockdep_recursion; |
1315 | struct held_lock held_locks[MAX_LOCK_DEPTH]; | 1315 | struct held_lock held_locks[MAX_LOCK_DEPTH]; |
1316 | gfp_t lockdep_reclaim_gfp; | ||
1316 | #endif | 1317 | #endif |
1317 | 1318 | ||
1318 | /* journalling filesystem info */ | 1319 | /* journalling filesystem info */ |