cifs.upcall: fix IPv6 addrs sent to upcall to have colon delimiters
authorJeff Layton <jlayton@redhat.com>
Fri, 14 Aug 2009 11:59:51 +0000 (07:59 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 14 Aug 2009 11:59:51 +0000 (07:59 -0400)
commit19553e1552a57d5b0a9f3514bf64d2580b76a377
tree524a5778ccc96e4f8e0414a282fa5bb5739adb37
parent2f95ccc1e2c7fe8efd341cd6fc5adc402a7a0a18
cifs.upcall: fix IPv6 addrs sent to upcall to have colon delimiters

Current kernels don't send IPv6 addresses with the colon delimiters, add
a routine to add them when they're not present.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
client/cifs.upcall.c