Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346877
b: refs/heads/master
c: 8cf9864
h: refs/heads/master
i:
  346875: ead670b
v: v3
  • Loading branch information
Ezequiel Garcia authored and Pekka Enberg committed Oct 31, 2012
1 parent f8f94d1 commit 0cec41d
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: 242860a47a75b933a79a30f6a40bf4858f4a3ecc
refs/heads/master: 8cf9864b1382851d90c7c505f8441c8928f1469e
2 changes: 1 addition & 1 deletion trunk/mm/slob.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ void kfree(const void *block)
unsigned int *m = (unsigned int *)(block - align);
slob_free(m, *m + align);
} else
put_page(sp);
__free_pages(sp, compound_order(sp));
}
EXPORT_SYMBOL(kfree);

Expand Down

0 comments on commit 0cec41d

Please sign in to comment.