K 10 svn:author V 8 rmacklem K 8 svn:date V 27 2011-01-17T01:49:47.606801Z K 7 svn:log V 367 MFC: r217023 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(). END