Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2010 23:18:37 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/nfs nfsclstate.h src/sys/fs/nfsclient nfs_clstate.c
Message-ID:  <201010262318.o9QNIkXK036053@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2010-10-26 23:18:37 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/nfs           nfsclstate.h 
    sys/fs/nfsclient     nfs_clstate.c 
  Log:
  SVN rev 214406 on 2010-10-26 23:18:37Z by rmacklem
  
  Add a flag to the experimental NFSv4 client to indicate when
  delegations are being returned for reasons other than a Recall.
  Also, re-organize nfscl_recalldeleg() slightly, so that it leaves
  clearing NMODIFIED to the ncl_flush() call and invalidates the
  attribute cache after flushing. It is hoped that these changes
  might fix the problem others have seen when using the NFSv4
  client with delegations enabled, since I can't reliably reproduce
  the problem. These changes only affect the client when doing NFSv4
  mounts with delegations enabled.
  
  MFC after:      10 days
  
  Revision  Changes    Path
  1.4       +1 -0      src/sys/fs/nfs/nfsclstate.h
  1.18      +23 -22    src/sys/fs/nfsclient/nfs_clstate.c



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