[PATCH 3/3] makedumpfile: remove member variables representing cyclic pfn region in struct DumpInfo
Baoquan He
bhe at redhat.com
Wed Jan 22 08:57:31 EST 2014
Now member variables to store cyclic pfn region in struct DumpInfo
is not needed any more, remove them.
Signed-off-by: Baoquan He <bhe at redhat.com>
---
makedumpfile.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/makedumpfile.h b/makedumpfile.h
index 38df2b3..0d5b086 100644
--- a/makedumpfile.h
+++ b/makedumpfile.h
@@ -1056,8 +1056,6 @@ struct DumpInfo {
*/
char *partial_bitmap1;
char *partial_bitmap2;
- unsigned long long cyclic_start_pfn;
- unsigned long long cyclic_end_pfn;
unsigned long long num_dumpable;
unsigned long bufsize_cyclic;
unsigned long pfn_cyclic;
--
1.8.3.1
More information about the kexec
mailing list