CVSROOT: /cvs Module name: src Changes by: blamb...@cvs.openbsd.org 2009/08/09 11:35:32
Modified files: sys/nfs : nfs_serv.c Log message: MLEN < NFS_MAXPATHLEN < MCLBYTES, so there's no need to loop over allocating a chain of mbufs to store <= NFS_MAXPATHLEN bytes. Clean up some variables, which thib@ likes. ok thib@