Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101340
b: refs/heads/master
c: 88e4ccf
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Pekka Enberg committed Jul 15, 2008
1 parent 0fe132f commit da699da
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: 0937502af7c9b648ed4e884ccb7f504b01a005a1
refs/heads/master: 88e4ccf294ca62c2da998012a83533ce150c8dce
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static void set_track(struct kmem_cache *s, void *object,
if (addr) {
p->addr = addr;
p->cpu = smp_processor_id();
p->pid = current ? current->pid : -1;
p->pid = current->pid;
p->when = jiffies;
} else
memset(p, 0, sizeof(struct track));
Expand Down

0 comments on commit da699da

Please sign in to comment.