Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91955
b: refs/heads/master
c: 3dc5063
h: refs/heads/master
i:
  91953: f2decfb
  91951: 73f431f
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Apr 23, 2008
1 parent 0f100d6 commit 5e6b261
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: 79c1cb7a8ca8f08cd78f7c5eebc85bbe937f5ad4
refs/heads/master: 3dc5063786b273f1aee545844f6bd4e9651ebffe
4 changes: 2 additions & 2 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ static void print_trailer(struct kmem_cache *s, struct page *page, u8 *p)
static void object_err(struct kmem_cache *s, struct page *page,
u8 *object, char *reason)
{
slab_bug(s, reason);
slab_bug(s, "%s", reason);
print_trailer(s, page, object);
}

Expand All @@ -533,7 +533,7 @@ static void slab_err(struct kmem_cache *s, struct page *page, char *fmt, ...)
va_start(args, fmt);
vsnprintf(buf, sizeof(buf), fmt, args);
va_end(args);
slab_bug(s, fmt);
slab_bug(s, "%s", buf);
print_page_info(page);
dump_stack();
}
Expand Down

0 comments on commit 5e6b261

Please sign in to comment.