Date: Wed, 5 Jan 2011 19:35:35 +0000 (UTC) From: Rick Macklem <rmacklem@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/nfsserver nfs_nfsdsocket.c Message-ID: <201101051935.p05JZqm9062972@repoman.freebsd.org>
index | next in thread | raw e-mail
rmacklem 2011-01-05 19:35:35 UTC
FreeBSD src repository
Modified files:
sys/fs/nfsserver nfs_nfsdsocket.c
Log:
SVN rev 217023 on 2011-01-05 19:35:35Z by rmacklem
Modify the experimental NFS server so that it calls
vn_start_write() with a non-NULL vp. That way it will
find the correct mount point mp and use that mp for the
subsequent vn_finished_write() call. Also, it should fail
without crashing if the mount point is being forced dismounted
because vn_start_write() will set the mp NULL via VOP_GETWRITEMOUNT().
Reviewed by: kib
MFC after: 12 days
Revision Changes Path
1.11 +8 -7 src/sys/fs/nfsserver/nfs_nfsdsocket.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101051935.p05JZqm9062972>
