cvs commit: src/sys/fs/coda coda_subr.c

Robert Watson rwatson at FreeBSD.org
Wed Feb 13 11:50:29 PST 2008


rwatson     2008-02-13 19:50:17 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/coda          coda_subr.c 
  Log:
  Update cache flushing behavior in light of recent namecache and
  access cache improvements:
  
  - Flush just access control state on CODA_PURGEUSER, not the full
    namecache for /coda.
  
  - When replacing a fid on a cnode as a result of, e.g.,
    reintegration after offline operation, we no longer need to
    purge the namecache entries associated with its vnode.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.38      +0 -7      src/sys/fs/coda/coda_subr.c


More information about the cvs-src mailing list