mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
criu: Several formatting fixes
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
d9ec409b3f
commit
91011328fa
@ -560,6 +560,7 @@ static int open_page_local_xfer(struct page_xfer *xfer, int fd_type, long id)
|
||||
if (opts.auto_dedup && !opts.use_page_server) {
|
||||
int ret;
|
||||
int pfd;
|
||||
|
||||
pfd = openat(get_service_fd(IMG_FD_OFF), CR_PARENT_LINK, O_RDONLY);
|
||||
if (pfd < 0 && errno == ENOENT)
|
||||
goto out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user