K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2015-07-31T21:31:58.704718Z K 7 svn:log V 361 MFC: r285113 If a "principal" argument isn't provided for a Kerberized NFS mount, the kernel would generate a bogus one with a ":/" suffix. This would only occur for the case where there was no explicit "principal" argument and the getaddrinfo() call in mount_nfs.c failed to a return a cannonical name for the server. This patch fixes this unusual case. END