Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130350
b: refs/heads/master
c: 05ae6fa
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed Jan 27, 2009
1 parent b640f68 commit e8e7951
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: b9d57f94bb0ed56a5a2b58552a9ff4453013ff0b
refs/heads/master: 05ae6fa31874eda2484da13c5dc4ddee8a47a0a4
4 changes: 2 additions & 2 deletions trunk/mm/nommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1161,8 +1161,8 @@ static int do_mmap_private(struct vm_area_struct *vma,
return ret;

enomem:
printk("Allocation of length %lu from process %d failed\n",
len, current->pid);
printk("Allocation of length %lu from process %d (%s) failed\n",
len, current->pid, current->comm);
show_free_areas();
return -ENOMEM;
}
Expand Down

0 comments on commit e8e7951

Please sign in to comment.