mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-02 07:15:31 +00:00
mem: kill trailing whitespace
Acked-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
d1bc0b85f0
commit
a6543ce2bb
@@ -662,7 +662,7 @@ static int premap_private_vma(struct pstree_item *t, struct vma_area *vma, void
|
|||||||
/*
|
/*
|
||||||
* All mappings here get PROT_WRITE regardless of whether we
|
* All mappings here get PROT_WRITE regardless of whether we
|
||||||
* put any data into it or not, because this area will get
|
* put any data into it or not, because this area will get
|
||||||
* mremap()-ed (branch below) so we MIGHT need to have WRITE
|
* mremap()-ed (branch below) so we MIGHT need to have WRITE
|
||||||
* bits there. Ideally we'd check for the whole COW-chain
|
* bits there. Ideally we'd check for the whole COW-chain
|
||||||
* having any data in.
|
* having any data in.
|
||||||
*/
|
*/
|
||||||
@@ -680,8 +680,8 @@ static int premap_private_vma(struct pstree_item *t, struct vma_area *vma, void
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* The area in question can be COWed with the parent. Remap the
|
* The area in question can be COWed with the parent. Remap the
|
||||||
* parent area. Note, that it has already being passed through
|
* parent area. Note, that it has already being passed through
|
||||||
* the restore_priv_vma_content() call and thus may have some
|
* the restore_priv_vma_content() call and thus may have some
|
||||||
* pages in it.
|
* pages in it.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user