Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ struct task_struct {
*/
randomized_struct_fields_start

void *stack;
void *stack
refcount_t usage;
/* Per task flags (PF_*), defined further below: */
unsigned int flags;
Expand Down