From b6dfa983db2a15a2a8285f7f378394f0a7cfe5e8 Mon Sep 17 00:00:00 2001 From: Luiz Fernando Capitulino Date: Sun, 13 Nov 2005 16:07:20 -0800 Subject: [PATCH] --- yaml --- r: 14070 b: refs/heads/master c: 0f5c79f2920cbc21c718daeb0b12d69acf4de163 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/proc/task_mmu.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 93b2fc9b9cb9..922c520d74a9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0ff1b2c8ceaf92197f756be569afefd593c56f68 +refs/heads/master: 0f5c79f2920cbc21c718daeb0b12d69acf4de163 diff --git a/trunk/fs/proc/task_mmu.c b/trunk/fs/proc/task_mmu.c index d2fa42006d8f..9ab97cef0daa 100644 --- a/trunk/fs/proc/task_mmu.c +++ b/trunk/fs/proc/task_mmu.c @@ -195,7 +195,7 @@ static int show_map_internal(struct seq_file *m, void *v, struct mem_size_stats static int show_map(struct seq_file *m, void *v) { - return show_map_internal(m, v, 0); + return show_map_internal(m, v, NULL); } static void smaps_pte_range(struct vm_area_struct *vma, pmd_t *pmd,