NetBSD/sys/nfs
sommerfeld ff0b960398 Fix bug in error handling for NFSv3 + nqnfs.
With nfsv2, the nfsm_reply() macro always causes the service routine
to return if error was nonzero.

With nfsv3, we can keep going after nfsm_reply() without returning,
but nqnfsrv_getlease() didn't take this into account, so add a
return(0) after each error-case nfsm_reply(0).
1999-10-10 02:44:55 +00:00
..
Makefile
krpc.h
krpc_subr.c
nfs.h
nfs_bio.c
nfs_boot.c Wait some seconds after the interface is brought up before packets 1999-09-03 20:06:46 +00:00
nfs_bootdhcp.c
nfs_bootparam.c Don't use the result of inet_ntoa after calling the another inet_ntoa, 1999-07-26 02:16:35 +00:00
nfs_node.c
nfs_nqlease.c Fix bug in error handling for NFSv3 + nqnfs. 1999-10-10 02:44:55 +00:00
nfs_serv.c
nfs_socket.c Fix overzealous DIAGNOSTIC check in nfs_disconnect() 1999-08-29 16:29:16 +00:00
nfs_srvcache.c
nfs_subs.c Don't truncate minor numbers >= 256. 1999-09-06 09:27:18 +00:00
nfs_syscalls.c
nfs_var.h
nfs_vfsops.c Once the mount structure is definitely doomed, always set the 1999-08-29 18:32:15 +00:00
nfs_vnops.c Adapt to cache_lookup() changes. 1999-09-05 14:28:26 +00:00
nfsdiskless.h
nfsm_subs.h
nfsmount.h
nfsnode.h
nfsproto.h
nfsrtt.h
nfsrvcache.h
nqnfs.h
rpcv2.h
xdr_subs.h