[CRIU] [PATCH 1/4] lazy-pages: drop unneeded forward declaration

Mike Rapoport rppt at linux.vnet.ibm.com
Wed Apr 5 05:28:38 PDT 2017


Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
 criu/uffd.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/criu/uffd.c b/criu/uffd.c
index 6cee7ec..021c07b 100644
--- a/criu/uffd.c
+++ b/criu/uffd.c
@@ -66,8 +66,6 @@ struct lazy_iov {
 	unsigned long len;
 };
 
-struct lazy_pages_info;
-
 struct lp_req {
 	unsigned long addr;	/* actual #PF (or background) destination */
 	unsigned long img_addr;	/* the corresponding address at the dump time */
-- 
1.9.1



More information about the CRIU mailing list