Date: Wed, 10 Jun 2009 21:03:57 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsclient nfs_bio.c Message-ID: <200906102104.n5AL49Dl036414@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-06-10 21:03:57 UTC FreeBSD src repository Modified files: sys/nfsclient nfs_bio.c Log: SVN rev 193952 on 2009-06-10 21:03:57Z by rmacklem Add a test for VI_DOOMED just after nfs_upgrade_vnlock() in nfs_bioread_check_cons(). This is required since it is possible for the vnode to be vgonel()'d while in nfs_upgrade_vnlock() when a forced dismount is in progress. Also, move the check for VI_DOOMED in nfs_vinvalbuf() down to after nfs_upgrade_vnlock() and replace the out of date comment for it. Submitted by: jhb Tested by: pho Approved by: kib (mentor) MFC after: 1 month Revision Changes Path 1.176 +15 -8 src/sys/nfsclient/nfs_bio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906102104.n5AL49Dl036414>