freebsd-skq/sys/fs
Rick Macklem 05dcd5d2c8 Fix nfsmount() so that it will return NFSERR_MINORVERMISMATCH.
If nfsrpc_getdirpath() returns NFSERR_MINORVERMISMATCH, it would erroneously
get mapped to EIO. This was not particularily harmful, but would make it
hard for sysadmins to diagnose why an NFSv4 mount is failing.

mount_nfs.c still needs to be fixed so that it does not report
NFSERR_MINORVERMISMATCH as an unknown error 10021.

MFC after:	1 week
2019-12-25 01:15:38 +00:00
..
autofs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
cd9660 vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
cuse Free all allocated unit IDs in cuse(3) after the client character 2019-06-25 11:46:01 +00:00
deadfs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
devfs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
ext2fs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
fdescfs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
fifofs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
fuse vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
msdosfs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
nfs Add support for NFSv4.2 to the NFS client and server. 2019-12-12 23:22:55 +00:00
nfsclient Fix nfsmount() so that it will return NFSERR_MINORVERMISMATCH. 2019-12-25 01:15:38 +00:00
nfsserver Silence some "might not be initialized" warnings for riscv64. 2019-12-13 21:38:08 +00:00
nullfs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
procfs Define macro VM_MAP_ENTRY_FOREACH for enumerating the entries in a vm_map. 2019-10-08 07:14:21 +00:00
pseudofs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
smbfs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
tmpfs Including <sys/tmpfs.h> into non-kernel software leads to a 2019-12-19 16:39:52 +00:00
udf vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
unionfs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00