mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
unix: Move unix_resolve_name declaration on top
This makes code more accurate. Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
33bbfa9cc6
commit
53e4770065
@@ -92,6 +92,9 @@ struct unix_sk_desc {
|
||||
|
||||
static LIST_HEAD(unix_sockets);
|
||||
|
||||
static int unix_resolve_name(int lfd, uint32_t id, struct unix_sk_desc *d,
|
||||
UnixSkEntry *ue, const struct fd_parms *p);
|
||||
|
||||
struct unix_sk_listen_icon {
|
||||
unsigned int peer_ino;
|
||||
struct unix_sk_desc *sk_desc;
|
||||
@@ -315,8 +318,6 @@ err:
|
||||
return -ENOENT;
|
||||
}
|
||||
|
||||
static int unix_resolve_name(int lfd, uint32_t id, struct unix_sk_desc *d,
|
||||
UnixSkEntry *ue, const struct fd_parms *p);
|
||||
static int dump_one_unix_fd(int lfd, uint32_t id, const struct fd_parms *p)
|
||||
{
|
||||
struct unix_sk_desc *sk, *peer;
|
||||
|
Reference in New Issue
Block a user