Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5123
b: refs/heads/master
c: 90c5029
h: refs/heads/master
i:
  5121: 58fcefb
  5119: 836927c
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jul 27, 2005
1 parent ec5fb23 commit 3c67109
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: c223695634fb360ed65e5a811161853a05e46962
refs/heads/master: 90c5029e471636f21221bf66b9a46ada2ab79a22
2 changes: 1 addition & 1 deletion trunk/mm/mempolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1138,11 +1138,11 @@ void mpol_free_shared_policy(struct shared_policy *p)
while (next) {
n = rb_entry(next, struct sp_node, nd);
next = rb_next(&n->nd);
rb_erase(&n->nd, &p->root);
mpol_free(n->policy);
kmem_cache_free(sn_cache, n);
}
spin_unlock(&p->lock);
p->root = RB_ROOT;
}

/* assumes fs == KERNEL_DS */
Expand Down

0 comments on commit 3c67109

Please sign in to comment.