Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283405
b: refs/heads/master
c: 265d47e
h: refs/heads/master
i:
  283403: 251d3fd
v: v3
  • Loading branch information
Dave Jones authored and Pekka Enberg committed Nov 16, 2011
1 parent d417ee9 commit 310d878
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: 3df1cccdfb3fab6aa9176beb655d802eb384eabc
refs/heads/master: 265d47e7115023df9e2b7a864b207b4738d9e18c
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ static void slab_bug(struct kmem_cache *s, char *fmt, ...)
va_end(args);
printk(KERN_ERR "========================================"
"=====================================\n");
printk(KERN_ERR "BUG %s: %s\n", s->name, buf);
printk(KERN_ERR "BUG %s (%s): %s\n", s->name, print_tainted(), buf);
printk(KERN_ERR "----------------------------------------"
"-------------------------------------\n\n");
}
Expand Down

0 comments on commit 310d878

Please sign in to comment.