Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25507
b: refs/heads/master
c: a9cdf41
h: refs/heads/master
i:
  25505: 7572ab9
  25503: 6f0499f
v: v3
  • Loading branch information
Keith Owens authored and Linus Torvalds committed Apr 11, 2006
1 parent 4e5f949 commit 10d91b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49b6e2ad00435209503863932d03470f825e0a1a
refs/heads/master: a9cdf410ca8f59b52bc7061a6751050010c7cc5b
2 changes: 1 addition & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ extern void wait_task_inactive(task_t * p);
/* de_thread depends on thread_group_leader not being a pid based check */
#define thread_group_leader(p) (p == p->group_leader)

static inline task_t *next_thread(task_t *p)
static inline task_t *next_thread(const task_t *p)
{
return list_entry(rcu_dereference(p->thread_group.next),
task_t, thread_group);
Expand Down

0 comments on commit 10d91b8

Please sign in to comment.