Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157425
b: refs/heads/master
c: addd72c
h: refs/heads/master
i:
  157423: 64938e8
v: v3
  • Loading branch information
Catalin Marinas committed Sep 11, 2009
1 parent 48da30b commit 3eb8527
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7eb0d5e5be4e312d5368896744476cc705b3d7e7
refs/heads/master: addd72c1a917091f4bb5e699e307c4c4553f6fd3
3 changes: 2 additions & 1 deletion trunk/mm/kmemleak.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,8 @@ static void __init log_early(int op_type, const void *ptr, size_t size,
struct early_log *log;

if (crt_early_log >= ARRAY_SIZE(early_log)) {
pr_warning("Early log buffer exceeded\n");
pr_warning("Early log buffer exceeded, "
"please increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE\n");
kmemleak_disable();
return;
}
Expand Down

0 comments on commit 3eb8527

Please sign in to comment.