Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346331
b: refs/heads/master
c: e9f238c
h: refs/heads/master
i:
  346329: d053e9f
  346327: 9f6b3fd
v: v3
  • Loading branch information
Eric W. Biederman committed Nov 20, 2012
1 parent 75d01c3 commit 73d9534
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: b2e0d98705e60e45bbb3c0032c48824ad7ae0704
refs/heads/master: e9f238c3041e2582a710e75910c8cbf2a98e51b2
2 changes: 1 addition & 1 deletion trunk/fs/proc/array.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ static inline const char *get_task_state(struct task_struct *tsk)
static inline void task_state(struct seq_file *m, struct pid_namespace *ns,
struct pid *pid, struct task_struct *p)
{
struct user_namespace *user_ns = current_user_ns();
struct user_namespace *user_ns = seq_user_ns(m);
struct group_info *group_info;
int g;
struct fdtable *fdt = NULL;
Expand Down

0 comments on commit 73d9534

Please sign in to comment.