Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95257
b: refs/heads/master
c: caafa43
h: refs/heads/master
i:
  95255: 8c09cb3
v: v3
  • Loading branch information
Pavel Emelyanov authored and Linus Torvalds committed Apr 30, 2008
1 parent 9eb2d93 commit 8d0e1ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: ab883af53ec1b87add43b32a28d8347f17d5155b
refs/heads/master: caafa4324335aeb11bc233d5f87aca8cce30beba
2 changes: 1 addition & 1 deletion trunk/include/linux/pid.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ struct pid
/* lists of tasks that use this pid */
struct hlist_head tasks[PIDTYPE_MAX];
struct rcu_head rcu;
int level;
unsigned int level;
struct upid numbers[1];
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/pid_namespace.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct pid_namespace {
int last_pid;
struct task_struct *child_reaper;
struct kmem_cache *pid_cachep;
int level;
unsigned int level;
struct pid_namespace *parent;
#ifdef CONFIG_PROC_FS
struct vfsmount *proc_mnt;
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/pid_namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static struct kmem_cache *create_pid_cachep(int nr_ids)
return NULL;
}

static struct pid_namespace *create_pid_namespace(int level)
static struct pid_namespace *create_pid_namespace(unsigned int level)
{
struct pid_namespace *ns;
int i;
Expand Down

0 comments on commit 8d0e1ce

Please sign in to comment.