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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user