Date: Wed, 10 Jun 2009 21:16:39 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfsclient nfs_clbio.c Message-ID: <200906102116.n5ALGtqH095640@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rmacklem 2009-06-10 21:16:39 UTC
FreeBSD src repository
Modified files:
sys/fs/nfsclient nfs_clbio.c
Log:
SVN rev 193955 on 2009-06-10 21:16:39Z by rmacklem
This commit is analagous to r193952, but for the experimental nfs
subsystem. Add a test for VI_DOOMED just after ncl_upgrade_vnlock() in
ncl_bioread_check_cons(). This is required since it is possible
for the vnode to be vgonel()'d while in ncl_upgrade_vnlock() when
a forced dismount is in progress. Also, move the check for VI_DOOMED
in ncl_vinvalbuf() down to after ncl_upgrade_vnlock() and replace the
out of date comment for it.
Approved by: kib (mentor)
Revision Changes Path
1.7 +15 -8 src/sys/fs/nfsclient/nfs_clbio.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906102116.n5ALGtqH095640>
