Date: Fri, 15 Apr 2011 23:07:48 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfs nfs.h src/sys/fs/nfsclient nfs.h nfs_clbio.c nfs_clnfsiod.c nfs_clsubs.c Message-ID: <201104152308.p3FN81PS035916@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2011-04-15 23:07:48 UTC FreeBSD src repository Modified files: sys/fs/nfs nfs.h sys/fs/nfsclient nfs.h nfs_clbio.c nfs_clnfsiod.c nfs_clsubs.c Log: SVN rev 220683 on 2011-04-15 23:07:48Z by rmacklem Change the experimental NFS client so that it creates nfsiod threads in the same manner as the regular NFS client after r214026 was committed. This resolves the lors fixed by r214026 and its predecessors for the regular client. Reviewed by: jhb MFC after: 2 weeks Revision Changes Path 1.9 +3 -2 src/sys/fs/nfs/nfs.h 1.6 +2 -1 src/sys/fs/nfsclient/nfs.h 1.20 +6 -23 src/sys/fs/nfsclient/nfs_clbio.c 1.5 +61 -42 src/sys/fs/nfsclient/nfs_clnfsiod.c 1.11 +7 -3 src/sys/fs/nfsclient/nfs_clsubs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104152308.p3FN81PS035916>