Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jan 2011 01:49:47 +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:  <201101170150.p0H1o0Bo079984@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-01-17 01:49:47 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/fs/nfsserver     nfs_nfsdsocket.c 
  Log:
  SVN rev 217497 on 2011-01-17 01:49:47Z by rmacklem
  
  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().
  
  Revision  Changes    Path
  1.4.2.8   +8 -7      src/sys/fs/nfsserver/nfs_nfsdsocket.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101170150.p0H1o0Bo079984>