CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2009/07/13 09:39:55
Modified files: sys/nfs : nfs_socket.c nfs_vfsops.c nfs_vnops.c Log message: Make the callers of nfs_request() responsible for freeing the reply mbuf, if the reply is an error and retire the NFS_RETERR hack. For NFSv3 mounts the flag was set and reply mbuf not freed to allow the callers to handle the post-op attributes, or just free the mbuf for NFSv2. Tested by myself and jasper@ on various arch's. OK blamb...@.