diff --git a/[refs] b/[refs] index d765152caae4..72a86a0522d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b9d57f94bb0ed56a5a2b58552a9ff4453013ff0b +refs/heads/master: 05ae6fa31874eda2484da13c5dc4ddee8a47a0a4 diff --git a/trunk/mm/nommu.c b/trunk/mm/nommu.c index 0c3e7d2114f6..2fcf47d449b4 100644 --- a/trunk/mm/nommu.c +++ b/trunk/mm/nommu.c @@ -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; }