Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2009 22:11:12 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfsclient nfs_clnode.c
Message-ID:  <200905302211.n4UMBUux031746@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2009-05-30 22:11:12 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsclient     nfs_clnode.c 
  Log:
  SVN rev 193125 on 2009-05-30 22:11:12Z by rmacklem
  
  Add a check to v_type == VREG for the recently modified code that
  does NFSv4 Closes in the experimental client's VOP_INACTIVE().
  I also replaced a bunch of ap->a_vp with a local copy of vp,
  because I thought that made it more readable.
  
  Approved by:    kib (mentor)
  
  Revision  Changes    Path
  1.4       +11 -11    src/sys/fs/nfsclient/nfs_clnode.c



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