Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123464
b: refs/heads/master
c: 9f6c708
h: refs/heads/master
v: v3
  • Loading branch information
Nick Andrew authored and Pekka Enberg committed Dec 8, 2008
1 parent c94eaa2 commit 9a8478a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0094de92a4f1da3a845ccc4ecb12ec0db8e48997
refs/heads/master: 9f6c708e5cbf57ee31f6ddaa2cd0262087271b95
4 changes: 2 additions & 2 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ static int check_object(struct kmem_cache *s, struct page *page,
if (!check_valid_pointer(s, page, get_freepointer(s, p))) {
object_err(s, page, p, "Freepointer corrupt");
/*
* No choice but to zap it and thus loose the remainder
* No choice but to zap it and thus lose the remainder
* of the free objects in this slab. May cause
* another error because the object count is now wrong.
*/
Expand Down Expand Up @@ -4344,7 +4344,7 @@ static void sysfs_slab_remove(struct kmem_cache *s)

/*
* Need to buffer aliases during bootup until sysfs becomes
* available lest we loose that information.
* available lest we lose that information.
*/
struct saved_alias {
struct kmem_cache *s;
Expand Down

0 comments on commit 9a8478a

Please sign in to comment.