[CRIU] [PATCH v6 4/9] unix: Move unix_resolve_name declaration on top

Cyrill Gorcunov gorcunov at gmail.com
Mon May 21 23:05:56 MSK 2018


This makes code more accurate.

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
 criu/sk-unix.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/criu/sk-unix.c b/criu/sk-unix.c
index d8b513b94770..c0d2289d8229 100644
--- a/criu/sk-unix.c
+++ b/criu/sk-unix.c
@@ -91,6 +91,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;
@@ -314,8 +317,6 @@ static int resolve_rel_name(uint32_t id, struct unix_sk_desc *sk, const struct f
 	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;
-- 
2.14.3



More information about the CRIU mailing list