coredump: add support for exe_file in core name
[deliverable/linux.git] / fs / proc / task_mmu.c
index 2c9db29ea3581d7ad79a250cea453411a0b4c9e9..db15935fa7579c18e28f127babbec24348868ee9 100644 (file)
@@ -211,7 +211,7 @@ static void show_map_vma(struct seq_file *m, struct vm_area_struct *vma)
 {
        struct mm_struct *mm = vma->vm_mm;
        struct file *file = vma->vm_file;
-       int flags = vma->vm_flags;
+       vm_flags_t flags = vma->vm_flags;
        unsigned long ino = 0;
        unsigned long long pgoff = 0;
        unsigned long start, end;
This page took 0.024038 seconds and 5 git commands to generate.