From: Sage Weil Date: Thu, 8 Jul 2010 17:47:16 +0000 (-0700) Subject: ceph: fix printing of ipv6 addrs X-Git-Tag: v2.6.35-rc6~13^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d06dbaf6c2c7187938f3f6745d9e4938a2d0ec47;p=pandora-kernel.git ceph: fix printing of ipv6 addrs The buffer was too small. Make it bigger, use snprintf(), put brackets around the ipv6 address to avoid mixing it up with the :port, and use the ever-so-handy %pI[46] formats. Signed-off-by: Sage Weil --- Reading git-diff-tree failed