2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

files: Pass stat information into fd_id_generate_special

Acked-by: Andrew Vagin <avagin@parallels.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2014-02-05 16:17:18 +04:00
parent 084a1f7dea
commit 8b611770aa
5 changed files with 11 additions and 8 deletions

View File

@@ -581,7 +581,7 @@ int fix_external_unix_sockets(void)
BUG_ON(sk->sd.already_dumped);
e.id = fd_id_generate_special();
e.id = fd_id_generate_special(NULL);
e.ino = sk->sd.ino;
e.type = SOCK_DGRAM;
e.state = TCP_LISTEN;