Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Oct 2010 13:34:57 +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:  <201010291335.o9TDZHuh057149@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-10-29 13:34:57 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfsclient     nfs_clnode.c 
  Log:
  SVN rev 214511 on 2010-10-29 13:34:57Z by rmacklem
  
  Add a call for nfsrpc_close() to ncl_reclaim() in the experimental
  NFSv4 client, since the call in ncl_inactive() might be missed
  because VOP_INACTIVE() is not guaranteed to be called before
  VOP_RECLAIM().
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.10      +9 -0      src/sys/fs/nfsclient/nfs_clnode.c



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