Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242429
b: refs/heads/master
c: be4d250
h: refs/heads/master
i:
  242427: c9f34cd
v: v3
  • Loading branch information
Xiaotian Feng authored and Linus Torvalds committed Mar 26, 2011
1 parent c97b130 commit 553172c
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: c03e3126e4f9535f4983d727f036440255c43c82
refs/heads/master: be4d250ab41e13f8f945be6896695e870b38ba31
2 changes: 1 addition & 1 deletion trunk/ipc/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ static void free_ipc_ns(struct ipc_namespace *ns)
sem_exit_ns(ns);
msg_exit_ns(ns);
shm_exit_ns(ns);
kfree(ns);
atomic_dec(&nr_ipc_ns);

/*
Expand All @@ -113,6 +112,7 @@ static void free_ipc_ns(struct ipc_namespace *ns)
*/
ipcns_notify(IPCNS_REMOVED);
put_user_ns(ns->user_ns);
kfree(ns);
}

/*
Expand Down

0 comments on commit 553172c

Please sign in to comment.