Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 319580
b: refs/heads/master
c: 73a1180
h: refs/heads/master
v: v3
  • Loading branch information
Shuah Khan authored and Pekka Enberg committed Jul 30, 2012
1 parent 845bbc0 commit 6699038
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: 44a8bdea19dff1abcdc4528e5f7e038b18ee5255
refs/heads/master: 73a1180e140d45cb9ef5fbab103d3bbfc4c84606
2 changes: 2 additions & 0 deletions trunk/mm/slab_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ struct kmem_cache *kmem_cache_create(const char *name, size_t size, size_t align

s = __kmem_cache_create(name, size, align, flags, ctor);

#ifdef CONFIG_DEBUG_VM
oops:
#endif
mutex_unlock(&slab_mutex);
put_online_cpus();

Expand Down

0 comments on commit 6699038

Please sign in to comment.