Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312184
b: refs/heads/master
c: d36cc70
h: refs/heads/master
v: v3
  • Loading branch information
Paul E. McKenney committed Jul 2, 2012
1 parent 27c55fe commit fdd07fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 172708d002e0a2aca032b04fe6f2b8525c29244a
refs/heads/master: d36cc701b28983ea2c8d80afe68aae5452aea3bf
4 changes: 2 additions & 2 deletions trunk/include/linux/init_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ extern struct cred init_cred;
.children = LIST_HEAD_INIT(tsk.children), \
.sibling = LIST_HEAD_INIT(tsk.sibling), \
.group_leader = &tsk, \
RCU_INIT_POINTER(.real_cred, &init_cred), \
RCU_INIT_POINTER(.cred, &init_cred), \
RCU_POINTER_INITIALIZER(real_cred, &init_cred), \
RCU_POINTER_INITIALIZER(cred, &init_cred), \
.comm = INIT_TASK_COMM, \
.thread = INIT_THREAD, \
.fs = &init_fs, \
Expand Down

0 comments on commit fdd07fd

Please sign in to comment.