Revert "coredump: Use the vma snapshot in fill_files_note"

This reverts commit 39fd0cc079.

It breaks the kernel abi so revert it for now.  We will add it back
later at the next kabi update.

Bug: 161946584
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I0c97342054fad52bd957a09f48a176e71d76ec01
This commit is contained in:
Greg Kroah-Hartman
2022-04-12 17:59:42 +02:00
parent 7f7da7f236
commit 0c5b51622c
3 changed files with 13 additions and 35 deletions

View File

@@ -12,8 +12,6 @@ struct core_vma_metadata {
unsigned long start, end;
unsigned long flags;
unsigned long dump_size;
unsigned long pgoff;
struct file *file;
};
extern int core_uses_pid;