diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 244c287a5ac1..e89857812be6 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1446,10 +1446,8 @@ struct task_struct { | |||
1446 | gfp_t lockdep_reclaim_gfp; | 1446 | gfp_t lockdep_reclaim_gfp; |
1447 | #endif | 1447 | #endif |
1448 | 1448 | ||
1449 | #ifdef CONFIG_FS_JOURNAL_INFO | ||
1450 | /* journalling filesystem info */ | 1449 | /* journalling filesystem info */ |
1451 | void *journal_info; | 1450 | void *journal_info; |
1452 | #endif | ||
1453 | 1451 | ||
1454 | /* stacked block device info */ | 1452 | /* stacked block device info */ |
1455 | struct bio *bio_list, **bio_tail; | 1453 | struct bio *bio_list, **bio_tail; |
@@ -1555,7 +1553,7 @@ struct task_struct { | |||
1555 | }; | 1553 | }; |
1556 | 1554 | ||
1557 | /* Future-safe accessor for struct task_struct's cpus_allowed. */ | 1555 | /* Future-safe accessor for struct task_struct's cpus_allowed. */ |
1558 | #define tsk_cpumask(tsk) (&(tsk)->cpus_allowed) | 1556 | #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed) |
1559 | 1557 | ||
1560 | /* | 1558 | /* |
1561 | * Priority of a process goes from 0..MAX_PRIO-1, valid RT | 1559 | * Priority of a process goes from 0..MAX_PRIO-1, valid RT |