ioctl_userfaultfd.2: Drop some unneeded text

From a conversation with Mike Rapoport:

What does "consistent" mean?
    Actually, I though I've copied this text from Andrea's docs,
    but now I've found out it was my wording and I really don't
    remember now what was my intention for "consistent" :) My
    guess is that I was thinking about atomicity of UFFDIO_COPY,
    or the fact that from the faulting thread perspective the
    page fault handling is the same whether it's done in kernel
    or via userfaultfd...  That said, maybe it'd be better just
    to drop "in a consistent way".

Reported-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-21 13:38:29 +02:00
parent a0f04ef10e
commit a18cc179a7
1 changed files with 1 additions and 2 deletions

View File

@ -70,8 +70,7 @@ The remaining operations are
.IR range
operations.
These operations enable the calling application to resolve page-fault
events in a consistent way.
.\" FIXME Above: What does "consistent" mean?
events.
.\"
.SS UFFDIO_API
(Since Linux 4.3.)