fs/ocfs2/cluster/tcp.c: remove use of NIPQUAD, use %pI4
Signed-off-by: Joe Perches <joe@perches.com> Cc: Mark Fasheh <mfasheh@suse.com> Acked-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
522dba7134
commit
03affdef4f
|
@ -72,9 +72,9 @@
|
|||
|
||||
#include "tcp_internal.h"
|
||||
|
||||
#define SC_NODEF_FMT "node %s (num %u) at %u.%u.%u.%u:%u"
|
||||
#define SC_NODEF_FMT "node %s (num %u) at %pI4:%u"
|
||||
#define SC_NODEF_ARGS(sc) sc->sc_node->nd_name, sc->sc_node->nd_num, \
|
||||
NIPQUAD(sc->sc_node->nd_ipv4_address), \
|
||||
&sc->sc_node->nd_ipv4_address, \
|
||||
ntohs(sc->sc_node->nd_ipv4_port)
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue