[CRIU] [PATCH] lazy-pages: spelling: s/pagefalt/#PF
Mike Rapoport
rppt at linux.vnet.ibm.com
Thu Dec 1 00:09:23 PST 2016
Signed-off-by: Mike Rapoport <rppt at linux.vnet.ibm.com>
---
criu/uffd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/criu/uffd.c b/criu/uffd.c
index b7bffc1..bd8eaca 100644
--- a/criu/uffd.c
+++ b/criu/uffd.c
@@ -676,7 +676,7 @@ static int handle_user_fault(struct epoll_rfd *lpfd)
/* Align requested address to the next page boundary */
address = msg.arg.pagefault.address & ~(page_size() - 1);
- pr_debug("%d: pagefalt at 0x%llx\n", lpi->pid, address);
+ pr_debug("%d: #PF at 0x%llx\n", lpi->pid, address);
#if 0
/*
--
1.9.1
More information about the CRIU
mailing list