freebsd-skq/sys/fs
rmacklem 5ebe352487 If a "principal" argument isn't provided for a Kerberized NFS mount,
the kernel would generate a bogus one with a ":/<path>" 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.

PR:		201073
Submitted by:	masato@itc.naist.jp
MFC after:	2 weeks
2015-07-03 22:11:07 +00:00
..
autofs
cd9660
cuse
deadfs
devfs Add a new file operations hook for mmap operations. File type-specific 2015-06-04 19:41:15 +00:00
ext2fs Provide VOP_GETPAGES_ASYNC() for extfs. 2015-05-28 21:06:59 +00:00
fdescfs Replace struct filedesc argument in getvnode with struct thread 2015-06-16 13:09:18 +00:00
fifofs
fuse
msdosfs
nandfs
nfs Make the size of the hash tables used by the NFSv4 server tunable. 2015-05-27 22:00:05 +00:00
nfsclient If a "principal" argument isn't provided for a Kerberized NFS mount, 2015-07-03 22:11:07 +00:00
nfsserver Make the NFS server use shared vnode locks for a few cases 2015-05-29 20:22:53 +00:00
nullfs
procfs Provide vnode in memory map info for files on tmpfs 2015-06-02 18:37:04 +00:00
pseudofs
smbfs
tmpfs Huge cleanup of random(4) code. 2015-06-30 17:00:45 +00:00
udf
unionfs unionfs: fix suspendability check bugs 2015-06-06 16:36:13 +00:00