aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/cluster/netdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/cluster/netdebug.c')
-rw-r--r--fs/ocfs2/cluster/netdebug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/netdebug.c b/fs/ocfs2/cluster/netdebug.c
index 27d1242c8383..564c504d6efd 100644
--- a/fs/ocfs2/cluster/netdebug.c
+++ b/fs/ocfs2/cluster/netdebug.c
@@ -349,7 +349,7 @@ static void sc_show_sock_container(struct seq_file *seq,
349 " func key: 0x%08x\n" 349 " func key: 0x%08x\n"
350 " func type: %u\n", 350 " func type: %u\n",
351 sc, 351 sc,
352 atomic_read(&sc->sc_kref.refcount), 352 kref_read(&sc->sc_kref),
353 &saddr, inet ? ntohs(sport) : 0, 353 &saddr, inet ? ntohs(sport) : 0,
354 &daddr, inet ? ntohs(dport) : 0, 354 &daddr, inet ? ntohs(dport) : 0,
355 sc->sc_node->nd_name, 355 sc->sc_node->nd_name,