[CRIU] [crtools-bot for Kir Kolyshkin ] show_unixsk(): show backlog for real

Cyrill Gorcunov gorcunov at openvz.org
Sat Feb 11 02:58:15 EST 2012


The commit is pushed to "master" and will appear on git://github.com/cyrillos/crtools.git
------>
commit bf1ca46d43c69f20fe65e9dddd99a51b0e15fc2e
Author: Kir Kolyshkin <kir at openvz.org>
Date:   Sat Feb 11 03:30:08 2012 +0400

    show_unixsk(): show backlog for real
    
    This is probably a typo in commit 1a1979c
    
    Signed-off-by: Kir Kolyshkin <kir at openvz.org>
    Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 sockets.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sockets.c b/sockets.c
index f7e8562..47ead71 100644
--- a/sockets.c
+++ b/sockets.c
@@ -1171,7 +1171,7 @@ void show_unixsk(int fd)
 
 		pr_info("fd %4d type %2d state %2d namelen %4d backlog %4d "
 			"id %6d peer %6d",
-			ue.fd, ue.type, ue.state, ue.namelen, ue.namelen,
+			ue.fd, ue.type, ue.state, ue.namelen, ue.backlog,
 			ue.id, ue.peer);
 
 		if (ue.namelen) {


More information about the CRIU mailing list