Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327227
b: refs/heads/master
c: 523a6a9
h: refs/heads/master
i:
  327225: dd32346
  327223: 86785af
v: v3
  • Loading branch information
Eric W. Biederman committed Aug 15, 2012
1 parent efebeab commit 34ed42b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4f82f45730c68fdaf9b0472495a965188404866e
refs/heads/master: 523a6a945f3cf5f1d337e50634687a577a732a5f
2 changes: 2 additions & 0 deletions trunk/kernel/pid_namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <linux/slab.h>
#include <linux/proc_fs.h>
#include <linux/reboot.h>
#include <linux/export.h>

#define BITS_PER_PAGE (PAGE_SIZE*8)

Expand Down Expand Up @@ -144,6 +145,7 @@ void free_pid_ns(struct kref *kref)
if (parent != NULL)
put_pid_ns(parent);
}
EXPORT_SYMBOL_GPL(free_pid_ns);

void zap_pid_ns_processes(struct pid_namespace *pid_ns)
{
Expand Down

0 comments on commit 34ed42b

Please sign in to comment.