Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283412
b: refs/heads/master
c: 74ee4ef
h: refs/heads/master
v: v3
  • Loading branch information
David Rientjes authored and Pekka Enberg committed Jan 10, 2012
1 parent 73621ee commit f99809e
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: 213eeb9fd9d66c33109e2ace242df214dc3a653d
refs/heads/master: 74ee4ef1f901fbb014bdcdc9171d126490ce2b62
2 changes: 2 additions & 0 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -4649,6 +4649,8 @@ static ssize_t cpu_partial_store(struct kmem_cache *s, const char *buf,
err = strict_strtoul(buf, 10, &objects);
if (err)
return err;
if (objects && kmem_cache_debug(s))
return -EINVAL;

s->cpu_partial = objects;
flush_all(s);
Expand Down

0 comments on commit f99809e

Please sign in to comment.